Searched refs:base_low (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/pciconf/
H A Dcap.c429 uint32_t base_low, base_high; local
443 base_low = read_config(fd, &p->pc_sel, ptr + PCIR_AMDIOMMU_BASE_LOW,
448 (uintmax_t)(base_low & PCIM_AMDIOMMU_BASE_LOW_ADDRM) +
450 (base_low & PCIM_AMDIOMMU_BASE_LOW_EN) != 0 ? "En" : "Dis");

Completed in 83 milliseconds