id_hi            1433 drivers/net/dsa/microchip/ksz9477.c 	u8 id_hi;
id_hi            1463 drivers/net/dsa/microchip/ksz9477.c 	id_hi = (u8)(id32 >> 16);
id_hi            1484 drivers/net/dsa/microchip/ksz9477.c 	id32 = (id_hi << 16) | (id_lo << 8);
id_hi            1441 drivers/net/ethernet/intel/e100.c 	u16 bmcr, stat, id_lo, id_hi, cong;
id_hi            1471 drivers/net/ethernet/intel/e100.c 	id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2);
id_hi            1472 drivers/net/ethernet/intel/e100.c 	nic->phy = (u32)id_hi << 16 | (u32)id_lo;
id_hi              36 drivers/net/ethernet/sfc/falcon/mdio_10g.h 	u16 id_hi = ef4_mdio_read(efx, mmd, MDIO_DEVID1);
id_hi              37 drivers/net/ethernet/sfc/falcon/mdio_10g.h 	return (id_hi << 16) | (id_low);