Searched refs:NVME_PMRSTS_NRDY (Results 1 – 2 of 2) sorted by relevance
128 g_assert_cmpint(NVME_PMRSTS_NRDY(pmrsts), ==, 0x0); in nvmetest_pmr_reg_test()139 g_assert_cmpint(NVME_PMRSTS_NRDY(pmrsts), ==, 0x1); in nvmetest_pmr_reg_test()
464 #define NVME_PMRSTS_NRDY(pmrsts) \ macro