Home
last modified time | relevance | path

Searched refs:CI_HDRC_OVERRIDE_PHY_CONTROL (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/usb/chipidea/
Dci_hdrc_tegra.c44 CI_HDRC_OVERRIDE_PHY_CONTROL |
52 CI_HDRC_OVERRIDE_PHY_CONTROL |
60 CI_HDRC_OVERRIDE_PHY_CONTROL |
68 CI_HDRC_OVERRIDE_PHY_CONTROL |
Dci_hdrc_msm.c192 CI_HDRC_OVERRIDE_PHY_CONTROL; in ci_hdrc_msm_probe()
Dcore.c344 if (ci->platdata->flags & CI_HDRC_OVERRIDE_PHY_CONTROL) in ci_usb_phy_exit()
365 if (ci->platdata->flags & CI_HDRC_OVERRIDE_PHY_CONTROL) in ci_usb_phy_init()
Dci_hdrc_imx.c442 pdata.flags |= CI_HDRC_OVERRIDE_PHY_CONTROL; in ci_hdrc_imx_probe()
/linux-5.19.10/include/linux/usb/
Dchipidea.h61 #define CI_HDRC_OVERRIDE_PHY_CONTROL BIT(12) /* Glue layer manages phy */ macro