Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h582 #define NVME_VS(major, minor) (((major) << 16) | ((minor) << 8)) macro
/openbmc/linux/include/linux/
H A Dnvme.h2007 #define NVME_VS(major, minor, tertiary) \ macro