Home
last modified time | relevance | path

Searched refs:NVME_CAP_LO_TO (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/nvme/
Dnvme_ctrlr.c1387 NVME_CAP_LO_TO(cap_lo)); in nvme_ctrlr_construct()
1426 to = NVME_CAP_LO_TO(cap_lo) + 1; in nvme_ctrlr_construct()
Dnvme.h80 #define NVME_CAP_LO_TO(x) \ macro