Searched refs:igb_rd32 (Results 1 – 2 of 2) sorted by relevance
353 u32 igb_rd32(struct e1000_hw *hw, u32 reg);363 #define rd32(reg) (igb_rd32(hw, reg))370 #define array_rd32(reg, offset) (igb_rd32(hw, reg + ((offset) << 2)))
731 u32 igb_rd32(struct e1000_hw *hw, u32 reg) in igb_rd32() function