Searched refs:id_hi (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | mdio_10g.h | 36 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | mdio_10g.h | 36 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()
|
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
H A D | ksz9477.c | 1428 u8 id_hi; in ksz9477_switch_detect() local 1459 id_hi = (u8)(id32 >> 16); in ksz9477_switch_detect() 1482 id32 = (id_hi << 16) | (id_lo << 8); in ksz9477_switch_detect()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ |
H A D | e100.c | 1438 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local 1468 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2); in e100_phy_init() 1469 nic->phy = (u32)id_hi << 16 | (u32)id_lo; in e100_phy_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ |
H A D | e100.c | 1437 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local 1467 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2); in e100_phy_init() 1468 nic->phy = (u32)id_hi << 16 | (u32)id_lo; in e100_phy_init()
|
Completed in 12 milliseconds