Searched refs:streamid_mask (Results 1 – 2 of 2) sorted by relevance
955 smr = FIELD_PREP(ARM_SMMU_SMR_ID, smmu->streamid_mask); in arm_smmu_test_smr_masks()958 smmu->streamid_mask = FIELD_GET(ARM_SMMU_SMR_ID, smr); in arm_smmu_test_smr_masks()960 smr = FIELD_PREP(ARM_SMMU_SMR_MASK, smmu->streamid_mask); in arm_smmu_test_smr_masks()1371 if (sid & ~smmu->streamid_mask) { in arm_smmu_probe_device()1373 sid, smmu->streamid_mask); in arm_smmu_probe_device()1736 smmu->streamid_mask = size - 1; in arm_smmu_device_cfg_probe()
311 u16 streamid_mask; member