Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_phy.c47 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igc_get_phy_id()
48 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igc_get_phy_id()
A Digc_defines.h593 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_phy.c75 #define PHY_REVISION_MASK 0x000F macro
/linux-6.3-rc2/drivers/net/dsa/
A Dbcm_sf2_regs.h44 #define PHY_REVISION_MASK 0xffff macro
A Dbcm_sf2.c1513 priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; in bcm_sf2_sw_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Ddefines.h687 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
A Dphy.c81 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000e_get_phy_id()
82 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000e_get_phy_id()
84 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000e_get_phy_id()
A D82571.c419 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
A Dich8lan.c195 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()
204 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()
461 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_defines.h870 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
A De1000_phy.c74 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igb_get_phy_id()
75 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igb_get_phy_id()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_hw.c3153 hw->phy_id |= (u32)(phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()
3154 hw->phy_revision = (u32)phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
A De1000_hw.h3071 #define PHY_REVISION_MASK 0xFFFFFFF0 macro

Completed in 68 milliseconds