Lines Matching +full:10 +full:ms
87 #define PORTSC_LINE_STATUS_BITS (0x3<<10)
99 /* bit 11-10 are line status */
100 #define PORTSC_LINE_STATUS_SE0 (0x0<<10)
101 #define PORTSC_LINE_STATUS_JSTATE (0x1<<10)
102 #define PORTSC_LINE_STATUS_KSTATE (0x2<<10)
103 #define PORTSC_LINE_STATUS_UNDEF (0x3<<10)
104 #define PORTSC_LINE_STATUS_BIT_POS (10)
155 #define OTGSC_STS_A_SESSION_VALID (0x1<<10)
234 #define TA_WAIT_VRISE (100) /* a_wait_vrise 100 ms, section: 6.6.5.1 */
244 /* It is necessary for this timer to be more than 750 ms because of a bug in OPT
245 * test 5.4 in which B OPT disconnects after 750 ms instead of 75ms as stated
248 #define TA_AIDL_BDIS (5000) /* a_suspend minimum 200 ms, section: 6.6.5.3 */
251 #define TA_BIDL_ADIS (12) /* 3 to 200 ms */
257 #define TB_DATA_PLS (10) /* b_srp_init,continue 5~10ms, section:5.3.3 */
258 #define TB_DATA_PLS_MIN (5) /* minimum 5 ms */
259 #define TB_DATA_PLS_MAX (10) /* maximum 10 ms */
262 #define TB_SRP_INIT (100) /* b_srp_init,maximum 100 ms, section:5.3.8 */
274 /* This time should be less than 10ms. It varies from system to system. */
278 #define TB_ASE0_BRST (20) /* b_wait_acon, mini 3.125 ms,section:6.8.2.4 */
285 #define TB_SE0_SRP (2) /* b_idle,minimum 2 ms, section:5.3.2 */