Searched refs:comphy_base_addr (Results 1 – 3 of 3) sorted by relevance
116 chip_cfg->comphy_base_addr = (void *)devfdt_get_addr_index(dev, 0); in comphy_probe()117 if (IS_ERR(chip_cfg->comphy_base_addr)) in comphy_probe()118 return PTR_ERR(chip_cfg->comphy_base_addr); in comphy_probe()
1918 void __iomem *comphy_base_addr; in comphy_mux_cp110_init() local1924 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_mux_cp110_init()1941 comphy_base_addr + COMMON_SELECTOR_PHY_OFFSET); in comphy_mux_cp110_init()1945 comphy_base_addr + COMMON_SELECTOR_PIPE_OFFSET); in comphy_mux_cp110_init()1958 void __iomem *comphy_base_addr, *hpipe_base_addr; in comphy_cp110_init() local1965 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_cp110_init()2002 hpipe_base_addr, comphy_base_addr); in comphy_cp110_init()2009 lane, hpipe_base_addr, comphy_base_addr, in comphy_cp110_init()2016 comphy_base_addr); in comphy_cp110_init()2029 comphy_base_addr); in comphy_cp110_init()[all …]
96 void __iomem *comphy_base_addr; member