Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/marvell/
Dcomphy_core.c85 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()
Dcomphy.h96 void __iomem *hpipe3_base_addr; member
Dcomphy_cp110.c1965 hpipe_base_addr = ptr_chip_cfg->hpipe3_base_addr; in comphy_cp110_init()