Searched defs:arm_smmu_master (Results 1 – 1 of 1) sorted by relevance
829 struct arm_smmu_master { struct830 struct arm_smmu_device *smmu;831 struct device *dev;832 struct arm_smmu_stream *streams;833 struct arm_smmu_vmaster *vmaster; /* use smmu->streams_mutex */835 struct arm_smmu_ctx_desc_cfg cd_table;836 unsigned int num_streams;837 bool ats_enabled : 1;838 bool ste_ats_enabled : 1;839 bool stall_enabled;[all …]