Searched refs:IDR1_SIDSIZE_M (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm64/iommu/ | ||
H A D | smmureg.h | 92 #define IDR1_SIDSIZE_M (0x3f << IDR1_SIDSIZE_S) macro |
H A D | smmu.c | 1458 sc->sid_bits = (reg & IDR1_SIDSIZE_M) >> IDR1_SIDSIZE_S; in smmu_check_features() |