Searched refs:igc_rd32 (Results 1 – 2 of 2) sorted by relevance
300 u32 igc_rd32(struct igc_hw *hw, u32 reg);310 #define rd32(reg) (igc_rd32(hw, reg))317 #define array_rd32(reg, offset) (igc_rd32(hw, (reg) + ((offset) << 2)))
6216 u32 igc_rd32(struct igc_hw *hw, u32 reg) in igc_rd32() function