Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c120 chip_cfg->hpipe3_base_addr = (void *)devfdt_get_addr_index(dev, 1); in comphy_probe()
121 if (IS_ERR(chip_cfg->hpipe3_base_addr)) in comphy_probe()
122 return PTR_ERR(chip_cfg->hpipe3_base_addr); in comphy_probe()
H A Dcomphy.h97 void __iomem *hpipe3_base_addr; member
H A Dcomphy_cp110.c1966 hpipe_base_addr = ptr_chip_cfg->hpipe3_base_addr; in comphy_cp110_init()