Lines Matching defs:model
1927 enum arm_smmu_implementation model;
1931 static const struct arm_smmu_match_data name = { .version = ver, .model = imp }
1954 static int acpi_smmu_get_data(u32 model, struct arm_smmu_device *smmu)
1958 switch (model) {
1962 smmu->model = GENERIC_SMMU;
1966 smmu->model = GENERIC_SMMU;
1970 smmu->model = GENERIC_SMMU;
1974 smmu->model = ARM_MMU500;
1978 smmu->model = CAVIUM_SMMUV2;
1999 ret = acpi_smmu_get_data(iort_smmu->model, smmu);
2034 smmu->model = data->model;