Searched defs:NVME_CSTS_RDY (Results 1 – 3 of 3) sorted by relevance
597 NVME_CSTS_RDY = 1 << 0, enumerator
217 NVME_CSTS_RDY = 1 << 0, enumerator
222 #define NVME_CSTS_RDY(csts) ((csts >> CSTS_RDY_SHIFT) & CSTS_RDY_MASK) macro