MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rd32m

Function rd32m

dpdk/drivers/net/ngbe/base/ngbe_regs.h:1382–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380}
1381
1382static inline u32
1383rd32m(struct ngbe_hw *hw, u32 reg, u32 mask)
1384{
1385 u32 val = rd32(hw, reg);
1386 val &= mask;
1387 return val;
1388}
1389
1390static inline void
1391wr32m(struct ngbe_hw *hw, u32 reg, u32 mask, u32 field)

Callers 5

ngbe_init_phy_rtlFunction · 0.70
ngbe_fc_hpbthresh_setFunction · 0.50
ngbe_fc_lpbthresh_setFunction · 0.50
ngbe_set_rx_modeFunction · 0.50
ngbe_set_vf_lpeFunction · 0.50

Calls 1

rd32Function · 0.70

Tested by

no test coverage detected