Searched refs:igc_rd32 (Results 1 – 2 of 2) sorted by relevance
303 u32 igc_rd32(struct igc_hw *hw, u32 reg);313 #define rd32(reg) (igc_rd32(hw, reg))320 #define array_rd32(reg, offset) (igc_rd32(hw, (reg) + ((offset) << 2)))
6168 u32 igc_rd32(struct igc_hw *hw, u32 reg) in igc_rd32() function