Home
last modified time | relevance | path

Searched defs:cmbmsc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/block/
H A Dnvme.h23 uint64_t cmbmsc; member
357 #define NVME_CMBMSC_CRE(cmbmsc) \ argument
359 #define NVME_CMBMSC_CMSE(cmbmsc) \ argument
361 #define NVME_CMBMSC_CBA(cmbmsc) \ argument
365 #define NVME_CMBMSC_SET_CRE(cmbmsc, val) \ argument
367 #define NVME_CMBMSC_SET_CMSE(cmbmsc, val) \ argument
369 #define NVME_CMBMSC_SET_CBA(cmbmsc, val) \ argument
/openbmc/qemu/hw/nvme/
H A Dctrl.c7654 uint64_t cmbmsc = ldq_le_p(&n->bar.cmbmsc); in nvme_write_bar() local