Home
last modified time | relevance | path

Searched defs:pmrsts (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dnvme-test.c99 uint32_t pmrcap, pmrsts; in nvmetest_pmr_reg_test() local
/openbmc/qemu/include/block/
H A Dnvme.h28 uint32_t pmrsts; member
462 #define NVME_PMRSTS_ERR(pmrsts) \ argument
464 #define NVME_PMRSTS_NRDY(pmrsts) \ argument
466 #define NVME_PMRSTS_HSTS(pmrsts) \ argument
468 #define NVME_PMRSTS_CBAI(pmrsts) \ argument
471 #define NVME_PMRSTS_SET_ERR(pmrsts, val) \ argument
473 #define NVME_PMRSTS_SET_NRDY(pmrsts, val) \ argument
475 #define NVME_PMRSTS_SET_HSTS(pmrsts, val) \ argument
477 #define NVME_PMRSTS_SET_CBAI(pmrsts, val) \ argument
/openbmc/qemu/hw/nvme/
H A Dctrl.c7706 uint32_t pmrsts = ldl_le_p(&n->bar.pmrsts); in nvme_write_bar() local