Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-3700.c405 mask = data | PIN_RESET_CORE_BIT | PIN_PU_PLL_BIT | PIN_PU_RX_BIT | in mvebu_a3700_comphy_sgmii_power_on()
536 PIN_PU_PLL_BIT | PIN_PU_RX_BIT | PIN_PU_TX_BIT, in mvebu_a3700_comphy_sgmii_power_on()
537 PIN_PU_PLL_BIT | PIN_PU_RX_BIT | PIN_PU_TX_BIT); in mvebu_a3700_comphy_sgmii_power_on()
H A Dphy-comphy-3700.h220 #define PIN_PU_PLL_BIT BIT(16) macro