Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Dxhci-fsl.h16 #define USB3_PHY_PARTIAL_RX_POWERON BIT(6) macro
Dxhci-omap.h51 #define USB3_PHY_PARTIAL_RX_POWERON (1 << 6) macro
/external/u-boot/drivers/usb/phy/
Domap_usb_phy.c122 val |= (USB3_PHY_PARTIAL_RX_POWERON | USB3_PHY_TX_RX_POWERON); in usb3_phy_partial_powerup()