Home
last modified time | relevance | path

Searched refs:id_hi (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dmdio_10g.h36 u16 id_hi = ef4_mdio_read(efx, mmd, MDIO_DEVID1); in ef4_mdio_read_id() local
37 return (id_hi << 16) | (id_low); in ef4_mdio_read_id()
/Linux-v5.4/drivers/net/dsa/microchip/
Dksz9477.c1433 u8 id_hi; in ksz9477_switch_detect() local
1463 id_hi = (u8)(id32 >> 16); in ksz9477_switch_detect()
1484 id32 = (id_hi << 16) | (id_lo << 8); in ksz9477_switch_detect()
/Linux-v5.4/drivers/net/ethernet/intel/
De100.c1441 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1471 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2); in e100_phy_init()
1472 nic->phy = (u32)id_hi << 16 | (u32)id_lo; in e100_phy_init()