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

Function nn_writel

dpdk/drivers/common/nfp/nfp_common.h:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static inline void
64nn_writel(uint32_t val,
65 volatile void *addr)
66{
67 rte_write32(val, addr);
68}
69
70static inline uint16_t
71nn_readw(volatile const void *addr)

Callers 5

nn_writeqFunction · 0.85
nn_cfg_writelFunction · 0.85
nfp_qcp_ptr_addFunction · 0.85
nfp_write_macFunction · 0.85
nfp_qcp_notify_ptr_addFunction · 0.85

Calls 1

rte_write32Function · 0.50

Tested by

no test coverage detected