Home
last modified time | relevance | path

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

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