Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c43 NVME_CSTS_REG_RDY_MASK) == desired_val) { in nvme_controller_wait_for_ready()
69 ready = (csts >> NVME_CSTS_REG_RDY_SHIFT) & NVME_CSTS_REG_RDY_MASK; in nvme_controller_disable()
106 ready = (csts >> NVME_CSTS_REG_RDY_SHIFT) & NVME_CSTS_REG_RDY_MASK; in nvme_controller_enable()
Dnvme_helpers.h98 #define NVME_CSTS_REG_RDY_MASK (0x1) macro