Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dehci-omap.h18 OMAP_EHCI_PORT_MODE_TLL, enumerator
25 #define is_ehci_tll_mode(x) ((x) == OMAP_EHCI_PORT_MODE_TLL)
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dusb-omap.h27 OMAP_EHCI_PORT_MODE_TLL, enumerator
/OK3568_Linux_fs/kernel/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)
355 OMAP_EHCI_PORT_MODE_TLL) { in omap_tll_init()