Searched refs:OTG_TIME_A_WAIT_BCON (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h142 #define OTG_TIME_A_WAIT_BCON 1100 /* min 1 second */ macro
H A Dmusb_core.c100 #define TA_WAIT_BCON(m) max_t(int, (m)->a_wait_bcon, OTG_TIME_A_WAIT_BCON)
635 ? : OTG_TIME_A_WAIT_BCON));
1749 musb->a_wait_bcon = val ? max_t(int, val, OTG_TIME_A_WAIT_BCON) : 0 ;
1864 musb->a_wait_bcon = OTG_TIME_A_WAIT_BCON;

Completed in 42 milliseconds