MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / nvme_writel

Function nvme_writel

components/drivers/nvme/nvme.c:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30rt_inline void nvme_writel(struct rt_nvme_controller *nvme, int offset, rt_uint32_t value)
31{
32 HWREG32(nvme->regs + offset) = value;
33}
34
35rt_inline rt_uint64_t nvme_readq(struct rt_nvme_controller *nvme, int offset)
36{

Callers 5

nvme_writeqFunction · 0.85
nvme_enable_ctrlFunction · 0.85
nvme_disable_ctrlFunction · 0.85
nvme_shutdown_ctrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected