Searched refs:smmu_id (Results 1 – 1 of 1) sorted by relevance
22 static uint32_t tegra_smmu_read_32(uint32_t smmu_id, uint32_t off) in tegra_smmu_read_32() argument25 if (smmu_id == TEGRA_SMMU0) in tegra_smmu_read_32()30 if (smmu_id == TEGRA_SMMU1) in tegra_smmu_read_32()35 if (smmu_id == TEGRA_SMMU2) in tegra_smmu_read_32()42 static void tegra_smmu_write_32(uint32_t smmu_id, in tegra_smmu_write_32() argument46 if (smmu_id == TEGRA_SMMU0) in tegra_smmu_write_32()51 if (smmu_id == TEGRA_SMMU1) in tegra_smmu_write_32()56 if (smmu_id == TEGRA_SMMU2) in tegra_smmu_write_32()125 uint32_t val, cb_idx, smmu_id, ctx_base; in tegra_smmu_init() local127 for (smmu_id = 0; smmu_id < NUM_SMMU_DEVICES; smmu_id++) { in tegra_smmu_init()[all …]