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

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.h36 u16 id_hi = ef4_mdio_read(efx, mmd, MDIO_DEVID1); local
37 return (id_hi << 16) | (id_low);
/linux-master/drivers/net/ethernet/intel/
H A De100.c1437 u16 bmcr, stat, id_lo, id_hi, cong; local
1467 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2);
1468 nic->phy = (u32)id_hi << 16 | (u32)id_lo;

Completed in 106 milliseconds