Searched refs:read_reg_locked (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_ich8lan.c | 210 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg); in e1000_phy_is_accessible_pchlan() 215 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg); in e1000_phy_is_accessible_pchlan() 252 hw->phy.ops.read_reg_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_phy_is_accessible_pchlan() 472 phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked; in e1000_init_phy_params_pchlan() 604 phy->ops.read_reg_locked = e1000_read_phy_reg_igp_locked; in e1000_init_phy_params_ich8lan() 867 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_EMI_DATA, in __e1000_access_emi_reg_locked() 947 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_LPI_CTRL, &lpi_ctrl); in e1000_set_eee_pchlan() 974 hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data); in e1000_set_eee_pchlan() 1631 hw->phy.ops.read_reg_locked(hw, I217_PLL_CLOCK_GATE_REG, in e1000_check_for_copper_link_ich8lan() 1643 hw->phy.ops.read_reg_locked(hw, HV_PM_CTRL, in e1000_check_for_copper_link_ich8lan() [all …]
|
H A D | e1000_hw.h | 798 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *); member
|
H A D | e1000_phy.c | 87 phy->ops.read_reg_locked = e1000_null_read_reg; in e1000_init_phy_ops_generic()
|
/freebsd/sys/dev/igc/ |
H A D | igc_hw.h | 388 s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *); member
|
H A D | igc_phy.c | 31 phy->ops.read_reg_locked = igc_null_read_reg; in igc_init_phy_ops_generic()
|