Home
last modified time | relevance | path

Searched refs:nvme_poll_csts (Results 1 – 1 of 1) sorted by relevance

/components/drivers/nvme/
A Dnvme.c51 static rt_err_t nvme_poll_csts(struct rt_nvme_controller *nvme, in nvme_poll_csts() function
77 return nvme_poll_csts(nvme, RT_NVME_CSTS_RDY, RT_NVME_CSTS_RDY); in nvme_enable_ctrl()
86 return nvme_poll_csts(nvme, RT_NVME_CSTS_RDY, 0); in nvme_disable_ctrl()
95 return nvme_poll_csts(nvme, RT_NVME_CSTS_SHST_MASK, RT_NVME_CSTS_SHST_CMPLT); in nvme_shutdown_ctrl()

Completed in 48 milliseconds