Home
last modified time | relevance | path

Searched refs:PHY_REVISION_MASK (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H 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()
H A Digc_defines.h439 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H 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()
H A Digc_defines.h600 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dbcm_sf2_regs.h38 #define PHY_REVISION_MASK 0xffff macro
H A Dbcm_sf2.c1388 priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; in bcm_sf2_sw_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c75 #define PHY_REVISION_MASK 0x000F macro
/kernel/linux/linux-6.6/drivers/net/dsa/
H A Dbcm_sf2_regs.h44 #define PHY_REVISION_MASK 0xffff macro
H A Dbcm_sf2.c1523 priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; in bcm_sf2_sw_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c75 #define PHY_REVISION_MASK 0x000F macro
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h687 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
H A Dphy.c80 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000e_get_phy_id()
81 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000e_get_phy_id()
83 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000e_get_phy_id()
H A D82571.c419 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
H 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()
459 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h687 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
H 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()
H A D82571.c419 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
H 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()
462 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_defines.h870 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_defines.h870 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
H 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3152 hw->phy_id |= (u32)(phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()
3153 hw->phy_revision = (u32)phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
H A De1000_hw.h3071 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H 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()

Completed in 68 milliseconds

12