Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/gma500/
Dopregion.c58 u32 csts; /* notification status */ member
253 acpi->csts = 0; in psb_intel_opregion_video_event()
274 opregion->acpi->csts = 0; in psb_intel_opregion_init()
/linux-4.1.27/include/linux/
Dnvme.h30 __u32 csts; /* Controller Status */ member
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_opregion.c71 u32 csts; /* notification status */ member
609 iowrite32(0, &acpi->csts); in intel_opregion_video_event()
753 iowrite32(0, &opregion->acpi->csts); in intel_opregion_init()
/linux-4.1.27/drivers/block/
Dnvme-core.c1377 if (qid && readl(&dev->bar->csts) != -1) { in nvme_disable_queue()
1488 while ((readl(&dev->bar->csts) & NVME_CSTS_RDY) != bit) { in nvme_wait_ready()
1537 while ((readl(&dev->bar->csts) & NVME_CSTS_SHST_MASK) != in nvme_shutdown_ctrl()
2075 if (readl(&dev->bar->csts) & NVME_CSTS_CFS) { in nvme_kthread()
2081 readl(&dev->bar->csts)); in nvme_kthread()
2377 if (readl(&dev->bar->csts) == -1) { in nvme_dev_map()
2617 u32 csts = -1; in nvme_dev_shutdown() local
2623 csts = readl(&dev->bar->csts); in nvme_dev_shutdown()
2625 if (csts & NVME_CSTS_CFS || !(csts & NVME_CSTS_RDY)) { in nvme_dev_shutdown()
Dnvme-scsi.c2807 if (!(readl(&dev->bar->csts) & NVME_CSTS_RDY)) in nvme_trans_test_unit_ready()