Searched refs:NVME_CC_CSS (Results 1 – 2 of 2) sorted by relevance
70 #define NVME_CC_CSS(_v) (((_v) & 0x7) << 4) macro71 #define NVME_CC_CSS_MASK NVME_CC_CSS(0x7)
295 SET(cc, NVME_CC_CSS(NVME_CC_CSS_NVM)); in nvme_enable()