Home
last modified time | relevance | path

Searched refs:s1cdmax (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h604 u8 s1cdmax; member
H A Darm-smmu-v3.c1074 if (WARN_ON(ssid >= (1 << smmu_domain->s1_cfg.s1cdmax))) in arm_smmu_write_ctx_desc()
1144 max_contexts = 1 << cfg->s1cdmax; in arm_smmu_alloc_cd_tables()
1365 FIELD_PREP(STRTAB_STE_0_S1CDMAX, s1_cfg->s1cdmax) | in arm_smmu_write_strtab_ent()
2108 cfg->s1cdmax = master->ssid_bits; in arm_smmu_domain_finalise_s1()
2448 master->ssid_bits != smmu_domain->s1_cfg.s1cdmax) { in arm_smmu_attach_dev()