Home
last modified time | relevance | path

Searched refs:OMAP_EHCI_PORT_MODE_TLL (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dehci-omap.h17 OMAP_EHCI_PORT_MODE_TLL, enumerator
24 #define is_ehci_tll_mode(x) ((x) == OMAP_EHCI_PORT_MODE_TLL)
/openbmc/linux/include/linux/platform_data/
H A Dusb-omap.h13 OMAP_EHCI_PORT_MODE_TLL, enumerator
/openbmc/linux/drivers/mfd/
H A Domap-usb-host.c81 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL)
131 [OMAP_EHCI_PORT_MODE_TLL] = "ehci-tll",
313 case OMAP_EHCI_PORT_MODE_TLL: in usbhs_runtime_resume()
349 case OMAP_EHCI_PORT_MODE_TLL: in usbhs_runtime_suspend()
H A Domap-usb-tll.c93 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL)
347 OMAP_EHCI_PORT_MODE_TLL) { in omap_tll_init()