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);
319 * when CSTS.RDY is 1 or transitioning CC.EN from 1 to 0 when
320 * CSTS.RDY is 0 "has undefined results" So make sure that CSTS.RDY
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)