Searched refs:a_wait_bcon (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c100 #define TA_WAIT_BCON(m) max_t(int, (m)->a_wait_bcon, OTG_TIME_A_WAIT_BCON)
626 * We depend on T(a_wait_bcon) to shut us down, and
634 + msecs_to_jiffies(musb->a_wait_bcon
654 if (musb->a_wait_bcon != 0)
656 + msecs_to_jiffies(musb->a_wait_bcon));
753 if (musb->a_wait_bcon != 0 && is_otg_enabled(musb))
755 + msecs_to_jiffies(musb->a_wait_bcon));
818 /* never use invalid T(a_wait_bcon) */
1748 /* force T(a_wait_bcon) to be zero/unlimited *OR* valid */
1749 musb->a_wait_bcon
[all...]
H A Dmusb_core.h390 int a_wait_bcon; /* VBUS timeout in msecs */ member in struct:musb
H A Dam35x.c205 if (musb->is_active || (musb->a_wait_bcon == 0 &&
H A Dmusb_dsps.c274 if (musb->is_active || (musb->a_wait_bcon == 0 &&

Completed in 174 milliseconds