Searched refs:streamid_mask (Results 1 – 2 of 2) sorted by relevance
957 smr = FIELD_PREP(ARM_SMMU_SMR_ID, smmu->streamid_mask); in arm_smmu_test_smr_masks()960 smmu->streamid_mask = FIELD_GET(ARM_SMMU_SMR_ID, smr); in arm_smmu_test_smr_masks()962 smr = FIELD_PREP(ARM_SMMU_SMR_MASK, smmu->streamid_mask); in arm_smmu_test_smr_masks()1375 if (sid & ~smmu->streamid_mask) { in arm_smmu_probe_device()1377 sid, smmu->streamid_mask); in arm_smmu_probe_device()1740 smmu->streamid_mask = size - 1; in arm_smmu_device_cfg_probe()
311 u16 streamid_mask; member