Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/disk/nvme/
Dnvme_controller.c258 uint32_t cap_lo, cap_hi, to, vs, pmrcap; in nvme_controller_gather_info() local
270 nvme_ctrlr->cap_hi = cap_hi = nvme_mmio_read_4(regs, cap_hi); in nvme_controller_gather_info()
272 "MPSMIN %u, MPSMAX %u%s%s", cap_hi, in nvme_controller_gather_info()
273 NVME_CAP_HI_DSTRD(cap_hi), in nvme_controller_gather_info()
274 NVME_CAP_HI_NSSRS(cap_hi) ? ", NSSRS" : "", in nvme_controller_gather_info()
275 NVME_CAP_HI_CSS(cap_hi), in nvme_controller_gather_info()
276 NVME_CAP_HI_BPS(cap_hi) ? ", BPS" : "", in nvme_controller_gather_info()
277 NVME_CAP_HI_MPSMIN(cap_hi), in nvme_controller_gather_info()
278 NVME_CAP_HI_MPSMAX(cap_hi), in nvme_controller_gather_info()
279 NVME_CAP_HI_PMRS(cap_hi) ? ", PMRS" : "", in nvme_controller_gather_info()
[all …]
Dnvme.h16 uint32_t cap_hi; member
440 uint32_t cap_hi; member