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

Function writeq

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

Source from the content-addressed store, hash-verified

234}
235
236static inline void writeq(u64 val, volatile void __iomem *addr)
237{
238 writel(val, addr);
239 writel(val >> 32, (void *)((uintptr_t)addr + 4));
240}
241
242static inline void writel_relaxed(unsigned int val, volatile void __iomem *addr)
243{

Callers

nothing calls this directly

Calls 1

writelFunction · 0.70

Tested by

no test coverage detected