Home
last modified time | relevance | path

Searched refs:is_c45 (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/of/
Dof_mdio.c51 bool is_c45; in of_mdiobus_register_phy() local
55 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()
/linux-4.19.296/include/linux/
Dphy.h410 unsigned is_c45:1; member
918 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