Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dxhci-fsl.h16 #define USB3_PHY_PARTIAL_RX_POWERON BIT(6) macro
H A Dxhci-omap.h51 #define USB3_PHY_PARTIAL_RX_POWERON (1 << 6) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-zynqmp.c25 #define USB3_PHY_PARTIAL_RX_POWERON BIT(6) macro
/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()