Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-omap.c240 if (is_ehci_hsic_mode(usbhs_pdata->port_mode[0])) in omap_ehci_hcd_init()
243 if (is_ehci_hsic_mode(usbhs_pdata->port_mode[1])) in omap_ehci_hcd_init()
256 if (is_ehci_hsic_mode(usbhs_pdata->port_mode[0])) in omap_ehci_hcd_init()
259 if (is_ehci_hsic_mode(usbhs_pdata->port_mode[1])) in omap_ehci_hcd_init()
262 if (is_ehci_hsic_mode(usbhs_pdata->port_mode[2])) in omap_ehci_hcd_init()
270 if (is_ehci_hsic_mode(usbhs_pdata->port_mode[i])) in omap_ehci_hcd_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dehci-omap.h26 #define is_ehci_hsic_mode(x) ((x) == OMAP_EHCI_PORT_MODE_HSIC) macro