Searched refs:csts (Results 1 – 5 of 5) sorted by relevance
58 u32 csts; /* notification status */ member253 acpi->csts = 0; in psb_intel_opregion_video_event()274 opregion->acpi->csts = 0; in psb_intel_opregion_init()
30 __u32 csts; /* Controller Status */ member
71 u32 csts; /* notification status */ member609 iowrite32(0, &acpi->csts); in intel_opregion_video_event()753 iowrite32(0, &opregion->acpi->csts); in intel_opregion_init()
1377 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() local2623 csts = readl(&dev->bar->csts); in nvme_dev_shutdown()2625 if (csts & NVME_CSTS_CFS || !(csts & NVME_CSTS_RDY)) { in nvme_dev_shutdown()
2807 if (!(readl(&dev->bar->csts) & NVME_CSTS_RDY)) in nvme_trans_test_unit_ready()