Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/chipidea/
Dhost.c175 (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC)) in host_start()
264 if (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC) { in ci_ehci_hub_control()
337 if (ci->platdata->flags & CI_HDRC_IMX_IS_HSIC) { in ci_ehci_bus_suspend()
Dci_hdrc_imx.c330 pdata.flags |= CI_HDRC_IMX_IS_HSIC; in ci_hdrc_imx_probe()
/Linux-v5.4/include/linux/usb/
Dchipidea.h63 #define CI_HDRC_IMX_IS_HSIC BIT(14) macro