Searched refs:NVME_CSTS_RDY (Results 1 – 2 of 2) sorted by relevance
820 while (NVME_CSTS_RDY(host_pci_ldl_le_p(®s->csts))) { in nvme_init()863 while (!NVME_CSTS_RDY(host_pci_ldl_le_p(®s->csts))) { in nvme_init()
222 #define NVME_CSTS_RDY(csts) ((csts >> CSTS_RDY_SHIFT) & CSTS_RDY_MASK) macro