Lines Matching refs:addr
62 struct fwnode_handle *child, u32 addr)
77 mdio->irq[addr] = rc;
79 phy->irq = mdio->irq[addr];
83 mdio->phy_ignore_ta_mask |= 1 << addr;
107 child, addr);
113 struct fwnode_handle *child, u32 addr)
134 phy = get_phy_device(bus, addr, is_c45);
136 phy = phy_device_create(bus, addr, phy_id, 0, NULL);
143 phy->irq = bus->irq[addr];
158 rc = fwnode_mdiobus_phy_device_register(bus, phy, child, addr);