Home
last modified time | relevance | path

Searched defs:cmbloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/block/
H A Dnvme.h18 uint32_t cmbloc; member
262 #define NVME_CMBLOC_BIR(cmbloc) \ argument
264 #define NVME_CMBLOC_CQMMS(cmbloc) \ argument
266 #define NVME_CMBLOC_CQPDS(cmbloc) \ argument
268 #define NVME_CMBLOC_CDPMLS(cmbloc) \ argument
270 #define NVME_CMBLOC_CDPCILS(cmbloc) \ argument
272 #define NVME_CMBLOC_CDMMMS(cmbloc) \ argument
274 #define NVME_CMBLOC_CQDA(cmbloc) \ argument
276 #define NVME_CMBLOC_OFST(cmbloc) \ argument
279 #define NVME_CMBLOC_SET_BIR(cmbloc, val) \ argument
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dpci.c140 u32 cmbloc; member
/openbmc/linux/include/linux/
H A Dnvme.h164 #define NVME_CMB_BIR(cmbloc) ((cmbloc) & 0x7) argument
165 #define NVME_CMB_OFST(cmbloc) (((cmbloc) >> 12) & 0xfffff) argument
/openbmc/qemu/hw/nvme/
H A Dctrl.c7680 uint32_t cmbloc = ldl_le_p(&n->bar.cmbloc); in nvme_cmb_enable_regs() local