Lines Matching defs:asid
207 unsigned long asid)
212 value = (asid & 0x3) << 29;
214 value = (asid & 0x7f) << 24;
221 unsigned long asid,
227 value = (asid & 0x3) << 29;
229 value = (asid & 0x7f) << 24;
236 unsigned long asid,
242 value = (asid & 0x3) << 29;
244 value = (asid & 0x7f) << 24;
359 unsigned int asid)
369 value |= SMMU_ASID_VALUE(asid);
392 unsigned int asid)
402 value |= SMMU_ASID_VALUE(asid);
1017 unsigned int asid;
1026 asid = value & SMMU_ASID_MASK;
1029 asid);