Searched refs:NVME_CSTS_CFS (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ | ||
| D | nvmereg.h | 80 #define NVME_CSTS_CFS __BIT(1) macro |
| D | nvme.c | 222 printf("%s: cfs %u\n", DEVNAME(sc), r4 & NVME_CSTS_CFS); in nvme_dumpregs() |