Searched refs:NVME_CC_SHN_R (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ | ||
H A D | nvmereg.h | 57 #define NVME_CC_SHN_R(_v) (((_v) >> 15) & 0x3) macro |
H A D | nvme.c | 212 printf("%s: shn %u\n", DEVNAME(sc), NVME_CC_SHN_R(r4)); in nvme_dumpregs() |