Home
last modified time | relevance | path

Searched refs:USB3_PHY_TX_RX_POWERON (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c122 val |= (USB3_PHY_PARTIAL_RX_POWERON | USB3_PHY_TX_RX_POWERON); in usb3_phy_partial_powerup()
135 val |= USB3_PHY_TX_RX_POWERON; in usb_phy_power()
137 val &= (~USB3_PWRCTL_CLK_CMD_MASK & ~USB3_PHY_TX_RX_POWERON); in usb_phy_power()
/openbmc/u-boot/include/linux/usb/
H A Dxhci-fsl.h19 #define USB3_PHY_TX_RX_POWERON (USB3_PHY_RX_POWERON | USB3_PHY_TX_POWERON) macro
H A Dxhci-omap.h54 #define USB3_PHY_TX_RX_POWERON (USB3_PHY_RX_POWERON | USB3_PHY_TX_POWERON) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-zynqmp.c28 #define USB3_PHY_TX_RX_POWERON (USB3_PHY_RX_POWERON | USB3_PHY_TX_POWERON) macro