Home
last modified time | relevance | path

Searched refs:CI_HDRC_IMX_IS_HSIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c191 (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC)) in host_start()
296 if (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC) { in ci_ehci_hub_control()
369 if (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC) { in ci_ehci_bus_suspend()
H A Dci_hdrc_imx.c359 pdata.flags |= CI_HDRC_IMX_IS_HSIC; in ci_hdrc_imx_probe()
/openbmc/linux/include/linux/usb/
H A Dchipidea.h63 #define CI_HDRC_IMX_IS_HSIC BIT(14) macro