Searched refs:csts (Results 1 – 4 of 4) sorted by relevance
227 union csts_register csts; in nvme_ctrlr_wait_for_ready() local230 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_wait_for_ready()240 while (csts.bits.rdy != desired_val) { in nvme_ctrlr_wait_for_ready()247 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_wait_for_ready()257 union csts_register csts; in nvme_ctrlr_disable() local260 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_disable()262 if (cc.bits.en == 1 && csts.bits.rdy == 0) in nvme_ctrlr_disable()275 union csts_register csts; in nvme_ctrlr_enable() local279 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_enable()282 if (csts.bits.rdy == 1) in nvme_ctrlr_enable()[all …]
658 union csts_register csts; in nvme_timeout() local661 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_timeout()663 if (ctrlr->enable_aborts && csts.bits.cfs == 0) { in nvme_timeout()
183 union csts_register csts; member
69 u32 csts; /* notification status */ member318 acpi->csts = 0;497 opregion->acpi->csts = 0; in intel_opregion_init()