NVME_CC_EN
printf("%s: en %u\n", DEVNAME(sc), ISSET(r4, NVME_CC_EN) ? 1 : 0);
if (ISSET(cc, NVME_CC_EN)) {
SET(cc, NVME_CC_EN);
CLR(cc, NVME_CC_EN);