Searched refs:I217_CGFREG (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/e1000e/ |
| H A D | ich8lan.h | 274 #define I217_CGFREG PHY_REG(772, 29) macro
|
| H A D | ich8lan.c | 5578 e1e_rphy_locked(hw, I217_CGFREG, &phy_reg); in e1000_suspend_workarounds_ich8lan() 5580 e1e_wphy_locked(hw, I217_CGFREG, phy_reg); in e1000_suspend_workarounds_ich8lan() 5662 ret_val = e1e_rphy_locked(hw, I217_CGFREG, &phy_reg); in e1000_resume_workarounds_pchlan() 5666 e1e_wphy_locked(hw, I217_CGFREG, phy_reg); in e1000_resume_workarounds_pchlan()
|
| H A D | netdev.c | 6339 e1e_rphy(hw, I217_CGFREG, &phy_data); in e1000e_s0ix_entry_flow() 6341 e1e_wphy(hw, I217_CGFREG, phy_data); in e1000e_s0ix_entry_flow() 6529 e1e_rphy(hw, I217_CGFREG, &phy_data); in e1000e_s0ix_exit_flow() 6531 e1e_wphy(hw, I217_CGFREG, phy_data); in e1000e_s0ix_exit_flow()
|