Lines Matching defs:csts
268 uint32_t csts;
271 csts = nvme_mmio_read_4(ctrlr, csts);
272 if (csts == NVME_GONE) /* Hot unplug. */
274 if (NVMEV(NVME_CSTS_REG_RDY, csts) == desired_val)
293 uint32_t csts;
298 csts = nvme_mmio_read_4(ctrlr, csts);
301 rdy = NVMEV(NVME_CSTS_REG_RDY, csts);
338 uint32_t csts;
345 csts = nvme_mmio_read_4(ctrlr, csts);
348 rdy = NVMEV(NVME_CSTS_REG_RDY, csts);
1625 gone = (nvme_mmio_read_4(ctrlr, csts) == NVME_GONE);
1695 uint32_t csts;
1706 csts = nvme_mmio_read_4(ctrlr, csts);
1707 if (csts == NVME_GONE) /* Hot unplug. */
1709 if (NVME_CSTS_GET_SHST(csts) == NVME_SHST_COMPLETE)