Lines Matching defs:asid
208 unsigned long asid)
213 value = (asid & 0x3) << 29;
215 value = (asid & 0x7f) << 24;
222 unsigned long asid,
228 value = (asid & 0x3) << 29;
230 value = (asid & 0x7f) << 24;
237 unsigned long asid,
243 value = (asid & 0x3) << 29;
245 value = (asid & 0x7f) << 24;
348 unsigned int asid)
358 value |= SMMU_ASID_VALUE(asid);
381 unsigned int asid)
391 value |= SMMU_ASID_VALUE(asid);
1008 unsigned int asid;
1017 asid = value & SMMU_ASID_MASK;
1020 asid);