Searched refs:caphi (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/nvmf/controller/ |
| H A D | nvmft_subr.c | 35 uint32_t caphi, caplo; in _nvmf_controller_cap() local 38 caphi = NVMEF(NVME_CAP_HI_REG_CMBS, 0) | in _nvmf_controller_cap() 46 caphi |= NVMEF(NVME_CAP_HI_REG_MPSMAX, mps) | in _nvmf_controller_cap() 49 caphi |= NVMEF(NVME_CAP_HI_REG_BPS, 0) | in _nvmf_controller_cap() 61 return ((uint64_t)caphi << 32 | caplo); in _nvmf_controller_cap() 68 uint32_t caphi, changes, field; in _nvmf_validate_cc() local 105 caphi = cap >> 32; in _nvmf_validate_cc() 107 if (field < NVMEV(NVME_CAP_HI_REG_MPSMAX, caphi) || in _nvmf_validate_cc() 108 field > NVMEV(NVME_CAP_HI_REG_MPSMIN, caphi)) in _nvmf_validate_cc()
|
| /freebsd/sys/x86/iommu/ |
| H A D | intel_drv.c | 334 uint32_t caphi, ecaphi; in dmar_print_caps() local 340 caphi = unit->hw_cap >> 32; in dmar_print_caps() 343 printf("%b, ", caphi, "\020\010PSI\027DWD\030DRD\031FL1GP\034PSI"); in dmar_print_caps()
|