Searched refs:STRTAB_L1_DESC_DWORDS (Results 1 – 2 of 2) sorted by relevance
198 #define STRTAB_L1_DESC_DWORDS 1 macro
1411 strtab = &cfg->strtab[(sid >> STRTAB_SPLIT) * STRTAB_L1_DESC_DWORDS]; in arm_smmu_init_l2_strtab()2248 idx = (sid >> STRTAB_SPLIT) * STRTAB_L1_DESC_DWORDS; in arm_smmu_get_step_for_sid()2984 strtab += STRTAB_L1_DESC_DWORDS << 3; in arm_smmu_init_l1_strtab()2998 size = STRTAB_L1_SZ_SHIFT - (ilog2(STRTAB_L1_DESC_DWORDS) + 3); in arm_smmu_init_strtab_2lvl()3008 l1size = cfg->num_l1_ents * (STRTAB_L1_DESC_DWORDS << 3); in arm_smmu_init_strtab_2lvl()
Completed in 13 milliseconds