Searched refs:IDR1_CMDQS_S (Results 1 – 2 of 2) sorted by relevance
85 #define IDR1_CMDQS_S 21 /* Maximum number of Command queue entries*/ macro86 #define IDR1_CMDQS_M (0x1f << IDR1_CMDQS_S)
1415 val = (reg & IDR1_CMDQS_M) >> IDR1_CMDQS_S; in smmu_check_features()