Home
last modified time | relevance | path

Searched refs:csts (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/nvme/
Dnvme_ctrlr.c227 union csts_register csts; in nvme_ctrlr_wait_for_ready() local
230 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() local
260 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() local
279 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_ctrlr_enable()
282 if (csts.bits.rdy == 1) in nvme_ctrlr_enable()
[all …]
Dnvme_qpair.c658 union csts_register csts; in nvme_timeout() local
661 csts.raw = nvme_mmio_read_4(ctrlr, csts); in nvme_timeout()
663 if (ctrlr->enable_aborts && csts.bits.cfs == 0) { in nvme_timeout()
Dnvme.h183 union csts_register csts; member
/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_opregion.c69 u32 csts; /* notification status */ member
318 acpi->csts = 0;
497 opregion->acpi->csts = 0; in intel_opregion_init()