Home
last modified time | relevance | path

Searched defs:NVME_CSTS_RDY (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h597 NVME_CSTS_RDY = 1 << 0, enumerator
/openbmc/linux/include/linux/
H A Dnvme.h217 NVME_CSTS_RDY = 1 << 0, enumerator
/openbmc/qemu/include/block/
H A Dnvme.h222 #define NVME_CSTS_RDY(csts) ((csts >> CSTS_RDY_SHIFT) & CSTS_RDY_MASK) macro