Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c1437 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1466 id_lo = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID1); in e100_phy_init()
1468 nic->phy = (u32)id_hi << 16 | (u32)id_lo; in e100_phy_init()