Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-omap.c219 if (is_ehci_phy_mode(usbhs_pdata->port_mode[0])) in omap_ehci_hcd_init()
224 if (is_ehci_phy_mode(usbhs_pdata->port_mode[1])) in omap_ehci_hcd_init()
229 if (is_ehci_phy_mode(usbhs_pdata->port_mode[2])) in omap_ehci_hcd_init()
287 if (is_ehci_phy_mode(usbhs_pdata->port_mode[i])) in omap_ehci_hcd_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dehci-omap.h24 #define is_ehci_phy_mode(x) ((x) == OMAP_EHCI_PORT_MODE_PHY) macro