Searched refs:devs1 (Results 1 – 2 of 2) sorted by relevance
115 int mmd = 0, probe_mmd, devs1, devs2; in ef4_mdio_check_mmds() local125 devs1 = ef4_mdio_read(efx, probe_mmd, MDIO_DEVS1); 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()
1050 u16 devs1, devs2; in alx_get_phy_info() local1060 if (alx_read_phy_ext(hw, 3, MDIO_DEVS1, &devs1) || in alx_get_phy_info()1063 hw->mdio.mmds = devs1 | devs2 << 16; in alx_get_phy_info()