Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dof_mdio.c47 bool is_c45; in of_mdiobus_register_phy() local
51 is_c45 = of_device_is_compatible(child, in of_mdiobus_register_phy()
54 if (!is_c45 && !of_get_phy_id(child, &phy_id)) in of_mdiobus_register_phy()
57 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/linux-4.1.27/include/linux/
Dphy.h366 bool is_c45; member
607 if (!phydev->is_c45) in phy_read_mmd()
690 if (!phydev->is_c45) in phy_write_mmd()
713 bool is_c45,
715 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
/linux-4.1.27/drivers/net/phy/
Dphy_device.c152 bool is_c45, in phy_device_create() argument
173 dev->is_c45 = is_c45; in phy_device_create()
292 bool is_c45, struct phy_c45_device_ids *c45_ids) in get_phy_id() argument
296 if (is_c45) in get_phy_id()
326 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument
332 r = get_phy_id(bus, addr, &phy_id, is_c45, &c45_ids); in get_phy_device()
340 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
585 if (phydev->is_c45) in phy_attach_direct()