Searched refs:is_ehci_tll_mode (Results 1 – 3 of 3) sorted by relevance
81 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) macro425 if (is_ehci_tll_mode(pdata->port_mode[i]) || in omap_usbhs_rev2_hostconfig()646 is_ehci_tll_mode(pdata->port_mode[i]) || in usbhs_omap_probe()749 } else if (is_ehci_tll_mode(pdata->port_mode[0])) { in usbhs_omap_probe()767 } else if (is_ehci_tll_mode(pdata->port_mode[1])) { in usbhs_omap_probe()
93 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) macro
24 #define is_ehci_tll_mode(x) ((x) == OMAP_EHCI_PORT_MODE_TLL) macro