Searched refs:devs1 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mdio_10g.c | 118 int mmd = 0, probe_mmd, devs1, devs2; in efx_mdio_check_mmds() local 128 devs1 = efx_mdio_read(efx, probe_mmd, MDIO_DEVS1); in efx_mdio_check_mmds() 130 if (devs1 < 0 || devs2 < 0) { in efx_mdio_check_mmds() 135 devices = devs1 | (devs2 << 16); in efx_mdio_check_mmds()
|
/linux-4.4.14/drivers/net/ |
D | mdio.c | 31 int mmd, stat2, devs1, devs2; in mdio45_probe() local 43 devs1 = mdio->mdio_read(mdio->dev, prtad, mmd, MDIO_DEVS1); in mdio45_probe() 45 if (devs1 < 0 || devs2 < 0) in mdio45_probe() 49 mdio->mmds = devs1 | (devs2 << 16); in mdio45_probe()
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | hw.c | 1036 u16 devs1, devs2; in alx_get_phy_info() local 1046 if (alx_read_phy_ext(hw, 3, MDIO_DEVS1, &devs1) || in alx_get_phy_info() 1049 hw->mdio.mmds = devs1 | devs2 << 16; in alx_get_phy_info()
|