Searched refs:NVME_REG_CSTS (Results 1 – 5 of 5) sorted by relevance
64 case NVME_REG_CSTS: in nvmet_execute_prop_get()
1267 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout()1725 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue()1726 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue()2381 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable()2482 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_dev_disable()
2382 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready()2474 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_shutdown_ctrl()4354 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
107 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
3927 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()