Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Domap-usb-host.c81 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) macro
425 if (is_ehci_tll_mode(pdata->port_mode[i]) || in omap_usbhs_rev2_hostconfig()
648 is_ehci_tll_mode(pdata->port_mode[i]) || in usbhs_omap_probe()
751 } else if (is_ehci_tll_mode(pdata->port_mode[0])) { in usbhs_omap_probe()
769 } else if (is_ehci_tll_mode(pdata->port_mode[1])) { in usbhs_omap_probe()
Domap-usb-tll.c93 #define is_ehci_tll_mode(x) (x == OMAP_EHCI_PORT_MODE_TLL) macro