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

Function writel

dpdk/drivers/net/cxgbe/cxgbe_compat.h:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231static inline void writel(unsigned int val, volatile void __iomem *addr)
232{
233 rte_write32(val, addr);
234}
235
236static inline void writeq(u64 val, volatile void __iomem *addr)
237{

Callers 3

ring_tx_dbFunction · 0.70
cxgbe_pollFunction · 0.70
writeqFunction · 0.70

Calls 1

rte_write32Function · 0.50

Tested by

no test coverage detected