Home
last modified time | relevance | path

Searched refs:PU_TX_BIT (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-3700.c714 mask = PU_IVREF_BIT | PU_PLL_BIT | PU_RX_BIT | PU_TX_BIT | in mvebu_a3700_comphy_usb3_power_on()
717 data = PU_IVREF_BIT | PU_PLL_BIT | PU_RX_BIT | PU_TX_BIT | in mvebu_a3700_comphy_usb3_power_on()
867 (PU_IVREF_BIT | PU_PLL_BIT | PU_RX_BIT | PU_TX_BIT | in mvebu_a3700_comphy_pcie_power_on()
971 PU_PLL_BIT | PU_RX_BIT | PU_TX_BIT); in mvebu_a3700_comphy_sata_power_off()
H A Dphy-comphy-3700.h49 #define PU_TX_BIT BIT(12) macro