Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c269 NVME_CAP_LO_TO(cap_lo)); in nvme_controller_gather_info()
310 to = NVME_CAP_LO_TO(cap_lo) + 1; in nvme_controller_gather_info()
Dnvme_helpers.h42 #define NVME_CAP_LO_TO(x) \ macro