Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmdio_bus.c78 if (mdiodev->flags & MDIO_DEVICE_FLAG_PHY) { in mdiobus_register_device()
128 if (!(mdiodev->flags & MDIO_DEVICE_FLAG_PHY)) in mdiobus_get_phy()
1346 !(mdio->flags & MDIO_DEVICE_FLAG_PHY)) in mdio_bus_match()
H A Dphy_device.c654 mdiodev->flags = MDIO_DEVICE_FLAG_PHY; in phy_device_create()
3214 if (mdiodev->flags & MDIO_DEVICE_FLAG_PHY) in fwnode_phy_find_device()
/openbmc/linux/include/linux/
H A Dmdio.h57 #define MDIO_DEVICE_FLAG_PHY 1 macro