Searched refs:csts (Results 1 – 2 of 2) sorted by relevance
287 union nvme_csts_register csts; in nvme_ctrlr_shutdown() local294 csts.raw = nvme_reg_mmio_read_4(ctrlr, csts.raw); in nvme_ctrlr_shutdown()301 while (csts.bits.shst != NVME_SHST_COMPLETE) { in nvme_ctrlr_shutdown()303 csts.raw = nvme_reg_mmio_read_4(ctrlr, csts.raw); in nvme_ctrlr_shutdown()308 if (csts.bits.shst != NVME_SHST_COMPLETE) in nvme_ctrlr_shutdown()401 union nvme_csts_register csts; in nvme_ctrlr_ready() local403 csts.raw = nvme_reg_mmio_read_4(ctrlr, csts.raw); in nvme_ctrlr_ready()405 return csts.bits.rdy; in nvme_ctrlr_ready()
317 union nvme_csts_register csts; member368 nvme_static_assert(0x1C == offsetof(struct nvme_registers, csts),