Searched refs:hpipe3_base_addr (Results 1 – 3 of 3) sorted by relevance
85 chip_cfg->hpipe3_base_addr = (void *)devfdt_get_addr_index(dev, 1); in comphy_probe()86 if (IS_ERR(chip_cfg->hpipe3_base_addr)) in comphy_probe()87 return PTR_ERR(chip_cfg->hpipe3_base_addr); in comphy_probe()
96 void __iomem *hpipe3_base_addr; member
1965 hpipe_base_addr = ptr_chip_cfg->hpipe3_base_addr; in comphy_cp110_init()