Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c100 u16 phy_id1; in pch_gbe_phy_get_id() local
103 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID1, &phy_id1); in pch_gbe_phy_get_id()
113 phy->id = (u32)phy_id1; in pch_gbe_phy_get_id()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h365 u16 phy_id1; member
H A Datl1c_hw.c602 if ((atl1c_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id1) != 0) || in atl1c_phy_init()