Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Dsmmureg.h89 #define IDR1_SSIDSIZE_S 6 /* Max bits of SubstreamID */ macro
90 #define IDR1_SSIDSIZE_M (0x1f << IDR1_SSIDSIZE_S)
H A Dsmmu.c1457 sc->ssid_bits = (reg & IDR1_SSIDSIZE_M) >> IDR1_SSIDSIZE_S; in smmu_check_features()