Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c123 val |= (USB3_PHY_PARTIAL_RX_POWERON | USB3_PHY_TX_RX_POWERON); in usb3_phy_partial_powerup()
136 val |= USB3_PHY_TX_RX_POWERON; in usb_phy_power()
138 val &= (~USB3_PWRCTL_CLK_CMD_MASK & ~USB3_PHY_TX_RX_POWERON); in usb_phy_power()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dxhci-fsl.h20 #define USB3_PHY_TX_RX_POWERON (USB3_PHY_RX_POWERON | USB3_PHY_TX_POWERON) macro
H A Dxhci-omap.h55 #define USB3_PHY_TX_RX_POWERON (USB3_PHY_RX_POWERON | USB3_PHY_TX_POWERON) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-zynqmp.c31 #define USB3_PHY_TX_RX_POWERON (USB3_PHY_RX_POWERON | USB3_PHY_TX_POWERON) macro