Searched refs:STRTAB_BASE_CFG_SPLIT_S (Results 1 – 2 of 2) sorted by relevance
184 #define STRTAB_BASE_CFG_SPLIT_S 6 /* SID split point for 2lvl table. */ macro185 #define STRTAB_BASE_CFG_SPLIT_M (0x1f << STRTAB_BASE_CFG_SPLIT_S)186 #define STRTAB_BASE_CFG_SPLIT_4KB (6 << STRTAB_BASE_CFG_SPLIT_S)187 #define STRTAB_BASE_CFG_SPLIT_16KB (8 << STRTAB_BASE_CFG_SPLIT_S)188 #define STRTAB_BASE_CFG_SPLIT_64KB (10 << STRTAB_BASE_CFG_SPLIT_S)
966 reg |= STRTAB_SPLIT << STRTAB_BASE_CFG_SPLIT_S; in smmu_init_strtab_2lvl()