Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-3700.c404 data = PIN_PU_IVREF_BIT | PIN_TX_IDLE_BIT | PIN_RESET_COMPHY_BIT; in mvebu_a3700_comphy_sgmii_power_on()
412 mask = PIN_RESET_COMPHY_BIT; in mvebu_a3700_comphy_sgmii_power_on()
600 data = PIN_RESET_CORE_BIT | PIN_RESET_COMPHY_BIT; in mvebu_a3700_comphy_sgmii_power_off()
H A Dphy-comphy-3700.h219 #define PIN_RESET_COMPHY_BIT BIT(12) macro