Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/
De100.c1466 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1495 id_lo = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID1); in e100_phy_init()
1497 nic->phy = (u32)id_hi << 16 | (u32)id_lo; in e100_phy_init()