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