Lines Matching +full:30 +full:ms
98 #define PORTSC_PHY_TYPE_SEL (0x3<<30)
134 /* bit 31-30 are port transceiver select */
135 #define PORTSC_PTS_UTMI (0x0<<30)
136 #define PORTSC_PTS_ULPI (0x2<<30)
137 #define PORTSC_PTS_FSLS_SERIAL (0x3<<30)
138 #define PORTSC_PTS_BIT_POS (30)
173 #define OTGSC_INTR_DATA_PULSING_EN (0x1<<30)
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 */
265 #define TB_SRP_FAIL (7000) /* b_srp_init,Fail time 5~30s, section:6.8.2.2*/
271 #define TB_VBUS_PLS (30) /* time to keep vbus pulsing asserted */
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 */