Searched refs:CV_SMB_CTRL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.h | 163 #define CV_SMB_CTRL PHY_REG(769, 23) macro
|
H A D | ich8lan.c | 226 e1e_rphy_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_phy_is_accessible_pchlan() 228 e1e_wphy_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_phy_is_accessible_pchlan() 1143 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_enable_ulp_lpt_lp() 1147 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_enable_ulp_lpt_lp() 1308 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_disable_ulp_lpt_lp() 1319 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, in e1000_disable_ulp_lpt_lp() 1325 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_disable_ulp_lpt_lp()
|
H A D | netdev.c | 6340 e1e_rphy(hw, CV_SMB_CTRL, &phy_data); in e1000e_s0ix_entry_flow() 6342 e1e_wphy(hw, CV_SMB_CTRL, phy_data); in e1000e_s0ix_entry_flow() 6528 e1e_rphy(hw, CV_SMB_CTRL, &phy_data); in e1000e_s0ix_exit_flow() 6530 e1e_wphy(hw, CV_SMB_CTRL, phy_data); in e1000e_s0ix_exit_flow()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.h | 166 #define CV_SMB_CTRL PHY_REG(769, 23) macro
|
H A D | ich8lan.c | 226 e1e_rphy_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_phy_is_accessible_pchlan() 228 e1e_wphy_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_phy_is_accessible_pchlan() 1152 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_enable_ulp_lpt_lp() 1156 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_enable_ulp_lpt_lp() 1319 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_disable_ulp_lpt_lp() 1330 ret_val = e1000_read_phy_reg_hv_locked(hw, CV_SMB_CTRL, in e1000_disable_ulp_lpt_lp() 1336 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_disable_ulp_lpt_lp()
|
H A D | netdev.c | 6345 e1e_rphy(hw, CV_SMB_CTRL, &phy_data); in e1000e_s0ix_entry_flow() 6347 e1e_wphy(hw, CV_SMB_CTRL, phy_data); in e1000e_s0ix_entry_flow() 6569 e1e_rphy(hw, CV_SMB_CTRL, &phy_data); in e1000e_s0ix_exit_flow() 6571 e1e_wphy(hw, CV_SMB_CTRL, phy_data); in e1000e_s0ix_exit_flow()
|
Completed in 31 milliseconds