Searched refs:is_ehci_phy_mode (Results 1 - 1 of 1) sorted by relevance

/drivers/mfd/
H A Domap-usb-host.c145 #define is_ehci_phy_mode(x) (x == OMAP_EHCI_PORT_MODE_PHY) macro
527 if (is_ehci_phy_mode(pdata->port_mode[0]) ||
528 is_ehci_phy_mode(pdata->port_mode[1]) ||
529 is_ehci_phy_mode(pdata->port_mode[2]))
535 if (is_ehci_phy_mode(pdata->port_mode[0]))
539 if (is_ehci_phy_mode(pdata->port_mode[1]))
543 if (is_ehci_phy_mode(pdata->port_mode[2]))
627 if (is_ehci_phy_mode(i) || is_ehci_tll_mode(i) ||
701 if (is_ehci_phy_mode(pdata->port_mode[0])) {
716 if (is_ehci_phy_mode(pdat
[all...]

Completed in 36 milliseconds