Searched refs:devs2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/net/phy/ |
H A D | generic_10g.c | 51 int mmd, stat2, devs1, devs2; in gen10g_discover_mmds() local 64 devs2 = phy_read(phydev, mmd, MDIO_DEVS2); in gen10g_discover_mmds() 65 if (devs1 < 0 || devs2 < 0) in gen10g_discover_mmds() 68 phydev->mmds = devs1 | (devs2 << 16); in gen10g_discover_mmds()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | mdio_10g.c | 115 int mmd = 0, probe_mmd, devs1, devs2; in ef4_mdio_check_mmds() local 126 devs2 = ef4_mdio_read(efx, probe_mmd, MDIO_DEVS2); in ef4_mdio_check_mmds() 127 if (devs1 < 0 || devs2 < 0) { in ef4_mdio_check_mmds() 132 devices = devs1 | (devs2 << 16); in ef4_mdio_check_mmds()
|
/openbmc/linux/drivers/net/ |
H A D | mdio.c | 28 int mmd, stat2, devs1, devs2; in mdio45_probe() local 41 devs2 = mdio->mdio_read(mdio->dev, prtad, mmd, MDIO_DEVS2); in mdio45_probe() 42 if (devs1 < 0 || devs2 < 0) in mdio45_probe() 46 mdio->mmds = devs1 | (devs2 << 16); in mdio45_probe()
|
/openbmc/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 1050 u16 devs1, devs2; in alx_get_phy_info() local 1061 alx_read_phy_ext(hw, 3, MDIO_DEVS2, &devs2)) in alx_get_phy_info() 1063 hw->mdio.mmds = devs1 | devs2 << 16; in alx_get_phy_info()
|