Lines Matching refs:reg_addr
528 * @reg_addr: 32 bit address of PHY register to read
534 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
540 return ixgbe_call_func(hw, hw->phy.ops.read_reg, (hw, reg_addr,
547 * @reg_addr: 32 bit PHY register to write
553 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
559 return ixgbe_call_func(hw, hw->phy.ops.write_reg, (hw, reg_addr,
1249 * @reg_addr: 32 bit address of PHY register to read
1255 s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
1258 return ixgbe_call_func(hw, hw->mac.ops.read_iosf_sb_reg, (hw, reg_addr,
1265 * @reg_addr: 32 bit PHY register to write
1271 s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
1274 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr,