Searched refs:is_c45 (Results 1 – 2 of 2) sorted by relevance
51 bool is_c45; in of_mdiobus_register_phy() local55 is_c45 = of_device_is_compatible(child, in of_mdiobus_register_phy()58 if (!is_c45 && !of_get_phy_id(child, &phy_id)) in of_mdiobus_register_phy()61 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
410 unsigned is_c45:1; member918 bool is_c45,921 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);926 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument