Searched refs:NVME_REG_CSTS (Results 1 – 5 of 5) sorted by relevance
64 case NVME_REG_CSTS: in nvmet_execute_prop_get()
1253 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout()1736 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue()1737 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue()2486 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable()2584 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_dev_disable()
2112 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready()2204 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_shutdown_ctrl()4198 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
107 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
3935 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()