Home
last modified time | relevance | path

Searched refs:NVME_CSTS_RDY (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dnvme.c820 while (NVME_CSTS_RDY(host_pci_ldl_le_p(&regs->csts))) { in nvme_init()
863 while (!NVME_CSTS_RDY(host_pci_ldl_le_p(&regs->csts))) { in nvme_init()
/qemu/include/block/
H A Dnvme.h222 #define NVME_CSTS_RDY(csts) ((csts >> CSTS_RDY_SHIFT) & CSTS_RDY_MASK) macro