Searched defs:arm_smmu_master (Results 1 – 1 of 1) sorted by relevance
823 struct arm_smmu_master { struct824 struct arm_smmu_device *smmu;825 struct device *dev;826 struct arm_smmu_stream *streams;828 struct arm_smmu_ctx_desc_cfg cd_table;829 unsigned int num_streams;830 bool ats_enabled : 1;831 bool ste_ats_enabled : 1;832 bool stall_enabled;833 bool sva_enabled;[all …]