Searched refs:is_otg_enabled (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dam35x.c109 if (is_otg_enabled(musb))
198 if (!is_otg_enabled(musb))
349 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE)
H A Dmusb_dsps.c175 if (is_otg_enabled(musb))
267 if (!is_otg_enabled(musb))
404 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE)
H A Dmusb_gadget.c1923 if (is_otg_enabled(musb))
2015 if (!is_otg_enabled(musb))
2022 if (is_otg_enabled(musb)) {
2051 if (!is_otg_enabled(musb))
2133 if (is_otg_enabled(musb)) {
2141 if (!is_otg_enabled(musb))
2314 } else if (is_otg_enabled(musb)) {
2322 is_otg_enabled(musb) ? 8 : 100);
H A Dmusb_core.c643 musb->is_active = is_otg_enabled(musb)
660 musb->is_active = is_otg_enabled(musb)
753 if (musb->a_wait_bcon != 0 && is_otg_enabled(musb))
937 if (is_otg_enabled(musb)) {
1036 if (!is_otg_enabled(musb) && is_host_enabled(musb))
2049 if (is_otg_enabled(musb))
2067 if (!is_otg_enabled(musb) && is_host_enabled(musb)) {
2098 is_otg_enabled(musb) ? "OTG" : "PERIPHERAL",
2142 if (!is_otg_enabled(musb) && is_host_enabled(musb))
H A Dmusb_core.h57 #define is_otg_enabled(musb) ((musb)->board_mode == MUSB_OTG) macro

Completed in 110 milliseconds