Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c62 #define OMAP_CTRL_USB2_PHY_PD BIT(28) macro
197 val &= ~OMAP_CTRL_USB2_PHY_PD; in ti_usb2_phy_power()
209 val |= OMAP_CTRL_USB2_PHY_PD; in ti_usb2_phy_power()
/openbmc/linux/include/linux/phy/
H A Domap_control_phy.h61 #define OMAP_CTRL_USB2_PHY_PD BIT(28) macro
/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-control.c109 val &= ~OMAP_CTRL_USB2_PHY_PD; in omap_control_phy_power()
111 val |= OMAP_CTRL_USB2_PHY_PD; in omap_control_phy_power()