Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Dsmmureg.h94 #define IDR1_SIDSIZE_M (0x3f << IDR1_SIDSIZE_S) macro
H A Dsmmu.c1433 sc->sid_bits = (reg & IDR1_SIDSIZE_M) >> IDR1_SIDSIZE_S; in smmu_check_features()