Home
last modified time | relevance | path

Searched defs:is_ehci_hsic_mode (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dehci-omap.h25 #define is_ehci_hsic_mode(x) ((x) == OMAP_EHCI_PORT_MODE_HSIC) macro
/openbmc/linux/drivers/mfd/
H A Domap-usb-host.c82 #define is_ehci_hsic_mode(x) (x == OMAP_EHCI_PORT_MODE_HSIC) macro