Searched refs:id_hi (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmdio_10g.h39 u16 id_hi = efx_mdio_read(efx, mmd, MDIO_DEVID1); local
40 return (id_hi << 16) | (id_low);
/drivers/net/ethernet/intel/
H A De100.c1440 u16 bmcr, stat, id_lo, id_hi, cong; local
1470 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2);
1471 nic->phy = (u32)id_hi << 16 | (u32)id_lo;

Completed in 289 milliseconds