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

/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h94 #define is_host_capable() (1) macro
97 #define is_host_capable() (1) macro
99 #define is_host_capable() (0) macro
H A Dmusb_core.c791 if (is_host_capable() && (devctl & MUSB_DEVCTL_HM) != 0) {
1589 if (is_host_capable())
1606 if (is_host_capable())
1627 if (is_host_capable())
1669 if (is_host_capable())
1678 if (is_host_capable())

Completed in 89 milliseconds