Lines Matching defs:reg_addr
553 * @reg_addr: 32 bit address of PHY register to read
559 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
565 return ixgbe_call_func(hw, hw->phy.ops.read_reg, (hw, reg_addr,
572 * @reg_addr: 32 bit PHY register to write
578 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type,
584 return ixgbe_call_func(hw, hw->phy.ops.write_reg, (hw, reg_addr,
1299 * @reg_addr: 32 bit address of PHY register to read
1305 s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
1308 return ixgbe_call_func(hw, hw->mac.ops.read_iosf_sb_reg, (hw, reg_addr,
1315 * @reg_addr: 32 bit PHY register to write
1321 s32 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr,
1324 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr,