Searched refs:comphy_base_addr (Results 1 – 3 of 3) sorted by relevance
87 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()
1931 void __iomem *comphy_base_addr; in comphy_mux_cp110_init() local1937 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()1958 comphy_base_addr + COMMON_SELECTOR_PIPE_OFFSET); in comphy_mux_cp110_init()1971 void __iomem *comphy_base_addr, *hpipe_base_addr; in comphy_cp110_init() local1978 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()[all …]
87 void __iomem *comphy_base_addr; member