Searched refs:comphy_base_addr (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/phy/marvell/ |
| A D | comphy_cp110.c | 252 pregs.regs[1] = (unsigned long)comphy_base_addr; in comphy_smc() 841 void __iomem *comphy_base_addr; in comphy_mux_cp110_init() local 847 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_mux_cp110_init() 889 comphy_base_addr = ptr_chip_cfg->comphy_base_addr; in comphy_cp110_init() 928 ptr_chip_cfg->comphy_base_addr, lane, in comphy_cp110_init() 937 comphy_base_addr, in comphy_cp110_init() 945 comphy_base_addr); in comphy_cp110_init() 965 ptr_chip_cfg->comphy_base_addr, lane, in comphy_cp110_init() 980 ptr_chip_cfg->comphy_base_addr, lane, in comphy_cp110_init() 988 ptr_chip_cfg->comphy_base_addr, lane, in comphy_cp110_init() [all …]
|
| A D | comphy_core.c | 91 chip_cfg->comphy_base_addr = (void *)devfdt_get_addr_index(dev, 0); in comphy_probe() 92 if (IS_ERR(chip_cfg->comphy_base_addr)) in comphy_probe() 93 return PTR_ERR(chip_cfg->comphy_base_addr); in comphy_probe()
|
| A D | comphy_core.h | 87 void __iomem *comphy_base_addr; member
|
Completed in 11 milliseconds