Searched refs:NVME_CC_EN (Results 1 – 2 of 2) sorted by relevance
170 #define NVME_CC_EN(cc) ((cc >> CC_EN_SHIFT) & CC_EN_MASK) macro
7765 if (NVME_CC_EN(data) && !NVME_CC_EN(cc)) { in nvme_write_bar()7773 } else if (!NVME_CC_EN(data) && NVME_CC_EN(cc)) { in nvme_write_bar()