Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h598 NVME_CSTS_CFS = 1 << 1, enumerator
/openbmc/qemu/include/block/
H A Dnvme.h223 #define NVME_CSTS_CFS(csts) ((csts >> CSTS_CFS_SHIFT) & CSTS_CFS_MASK) macro
/openbmc/linux/include/linux/
H A Dnvme.h218 NVME_CSTS_CFS = 1 << 1, enumerator