Home
last modified time | relevance | path

Searched refs:is_ehci_tll_mode (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mfd/
Domap-usb-host.c92 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) macro
457 if (is_ehci_tll_mode(pdata->port_mode[i]) || in omap_usbhs_rev2_hostconfig()
677 is_ehci_tll_mode(pdata->port_mode[i]) || in usbhs_omap_probe()
780 } else if (is_ehci_tll_mode(pdata->port_mode[0])) { in usbhs_omap_probe()
798 } else if (is_ehci_tll_mode(pdata->port_mode[1])) { in usbhs_omap_probe()
Domap-usb-tll.c102 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) macro