Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/marvell/
Dcomphy_a3700.c716 reg_set(COMPHY_PHY_CFG1_ADDR(lane), in comphy_sgmii_power_up()
724 reg_set(COMPHY_PHY_CFG1_ADDR(lane), 0, rb_pin_reset_comphy); in comphy_sgmii_power_up()
731 reg_set(COMPHY_PHY_CFG1_ADDR(lane), in comphy_sgmii_power_up()
737 reg_set(COMPHY_PHY_CFG1_ADDR(lane), in comphy_sgmii_power_up()
842 reg_set(COMPHY_PHY_CFG1_ADDR(lane), in comphy_sgmii_power_up()
860 reg_set(COMPHY_PHY_CFG1_ADDR(lane), 0x0, rb_pin_tx_idle); in comphy_sgmii_power_up()
870 reg_set(COMPHY_PHY_CFG1_ADDR(lane), rb_phy_rx_init, 0x0); in comphy_sgmii_power_up()
Dcomphy_a3700.h26 #define COMPHY_PHY_CFG1_ADDR(lane) MVEBU_REG(0x018300 + (1 - lane) * 0x28) macro