Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Dsmmureg.h85 #define IDR1_CMDQS_S 21 /* Maximum number of Command queue entries*/ macro
86 #define IDR1_CMDQS_M (0x1f << IDR1_CMDQS_S)
H A Dsmmu.c1415 val = (reg & IDR1_CMDQS_M) >> IDR1_CMDQS_S; in smmu_check_features()