Searched refs:irdma_wr32 (Results 1 – 2 of 2) sorted by relevance
184 #define wr32(a, reg, value) irdma_wr32((a)->dev_context, (reg), (value))214 void irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value);
60 irdma_wr32(struct irdma_dev_ctx *dev_ctx, u32 reg, u32 value) in irdma_wr32() function