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