| 359 | } |
| 360 | |
| 361 | __attribute__((always_inline)) inline void Enable(){ |
| 362 | cRegs->config |= NVME_CFG_ENABLE; |
| 363 | } |
| 364 | |
| 365 | __attribute__((always_inline)) inline void Disable(){ |
| 366 | cRegs->config &= ~NVME_CFG_ENABLE; |
nothing calls this directly
no outgoing calls
no test coverage detected