Searched refs:comphy_base_addr (Results 1 – 3 of 3) sorted by relevance
81 chip_cfg->comphy_base_addr = (void *)devfdt_get_addr_index(dev, 0); in comphy_probe()82 if (IS_ERR(chip_cfg->comphy_base_addr)) in comphy_probe()83 return PTR_ERR(chip_cfg->comphy_base_addr); in comphy_probe()
1917 void __iomem *comphy_base_addr; in comphy_mux_cp110_init() local1923 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_mux_cp110_init()1940 comphy_base_addr + COMMON_SELECTOR_PHY_OFFSET); in comphy_mux_cp110_init()1944 comphy_base_addr + COMMON_SELECTOR_PIPE_OFFSET); in comphy_mux_cp110_init()1957 void __iomem *comphy_base_addr, *hpipe_base_addr; in comphy_cp110_init() local1964 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_cp110_init()2001 hpipe_base_addr, comphy_base_addr); in comphy_cp110_init()2008 lane, hpipe_base_addr, comphy_base_addr, in comphy_cp110_init()2015 comphy_base_addr); in comphy_cp110_init()2028 comphy_base_addr); in comphy_cp110_init()[all …]
95 void __iomem *comphy_base_addr; member