Searched refs:STRTAB_SPLIT (Results 1 – 1 of 1) sorted by relevance
212 #define STRTAB_SPLIT 8 macro1196 struct arm_smmu_strtab_l1_desc *desc = &cfg->l1_desc[sid >> STRTAB_SPLIT]; in arm_smmu_init_l2_strtab()1201 size = 1 << (STRTAB_SPLIT + ilog2(STRTAB_STE_DWORDS) + 3); in arm_smmu_init_l2_strtab()1202 strtab = &cfg->strtab[(sid >> STRTAB_SPLIT) * STRTAB_L1_DESC_DWORDS]; in arm_smmu_init_l2_strtab()1204 desc->span = STRTAB_SPLIT + 1; in arm_smmu_init_l2_strtab()1214 arm_smmu_init_bypass_stes(desc->l2ptr, 1 << STRTAB_SPLIT); in arm_smmu_init_l2_strtab()1655 idx = (sid >> STRTAB_SPLIT) * STRTAB_L1_DESC_DWORDS; in arm_smmu_get_step_for_sid()1657 idx = (sid & ((1 << STRTAB_SPLIT) - 1)) * STRTAB_STE_DWORDS; in arm_smmu_get_step_for_sid()1818 limit *= 1UL << STRTAB_SPLIT; in arm_smmu_sid_in_range()2099 size = min(size, smmu->sid_bits - STRTAB_SPLIT); in arm_smmu_init_strtab_2lvl()[all …]