Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c707 saved_selector = readl(COMPHY_SEL_ADDR); in comphy_sgmii_power_up()
708 reg_set(COMPHY_SEL_ADDR, 0, 0xFFFFFFFF); in comphy_sgmii_power_up()
882 reg_set(COMPHY_SEL_ADDR, saved_selector, 0xFFFFFFFF); in comphy_sgmii_power_up()
976 comphy_mux_init(chip_cfg, serdes_map, COMPHY_SEL_ADDR); in comphy_a3700_init()
H A Dcomphy_a3700.h24 #define COMPHY_SEL_ADDR MVEBU_REG(0x0183FC) macro