Searched refs:NVME_REG_CSTS (Results 1 – 5 of 5) sorted by relevance
58 case NVME_REG_CSTS: in nvmet_execute_prop_get()
1248 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout()1684 (readl(dev->bar + NVME_REG_CSTS) & NVME_CSTS_NSSRO)) in nvme_pci_configure_admin_queue()1685 writel(NVME_CSTS_NSSRO, dev->bar + NVME_REG_CSTS); in nvme_pci_configure_admin_queue()2323 if (readl(dev->bar + NVME_REG_CSTS) == -1) { in nvme_pci_enable()2421 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_dev_disable()
2059 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready()2155 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_shutdown_ctrl()3841 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status()
105 NVME_REG_CSTS = 0x001c, /* Controller Status */ enumerator
3855 u32 status = readl(bar + NVME_REG_CSTS); in nvme_disable_and_flr()