Lines Matching defs:csts
220 printf("%s: csts 0x%08x\n", DEVNAME(sc), r4);
255 uint32_t cc, csts;
259 csts = nvme_read4(sc, NVME_CSTS);
265 if (ISSET(csts, NVME_CSTS_RDY))
311 uint32_t cc, csts;
315 csts = nvme_read4(sc, NVME_CSTS);
324 if (!ISSET(csts, NVME_CSTS_RDY)) {
332 if (!ISSET(csts, NVME_CSTS_RDY))
641 uint32_t cc, csts;
668 csts = nvme_read4(sc, NVME_CSTS);
669 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_DONE)