Home
last modified time | relevance | path

Searched refs:comphy_base_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c87 chip_cfg->comphy_base_addr = (void *)devfdt_get_addr_index(dev, 0); in comphy_probe()
88 if (IS_ERR(chip_cfg->comphy_base_addr)) in comphy_probe()
89 return PTR_ERR(chip_cfg->comphy_base_addr); in comphy_probe()
H A Dcomphy_cp110.c1931 void __iomem *comphy_base_addr; in comphy_mux_cp110_init() local
1937 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_mux_cp110_init()
1954 comphy_base_addr + COMMON_SELECTOR_PHY_OFFSET); in comphy_mux_cp110_init()
1971 void __iomem *comphy_base_addr, *hpipe_base_addr; in comphy_cp110_init() local
1978 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_cp110_init()
2015 hpipe_base_addr, comphy_base_addr); in comphy_cp110_init()
2022 lane, hpipe_base_addr, comphy_base_addr, in comphy_cp110_init()
2030 comphy_base_addr); in comphy_cp110_init()
2043 comphy_base_addr); in comphy_cp110_init()
2047 comphy_base_addr, in comphy_cp110_init()
[all …]
H A Dcomphy_core.h87 void __iomem *comphy_base_addr; member