Searched refs:streamid_mask (Results 1 – 2 of 2) sorted by relevance
974 smr = FIELD_PREP(ARM_SMMU_SMR_ID, smmu->streamid_mask); in arm_smmu_test_smr_masks()977 smmu->streamid_mask = FIELD_GET(ARM_SMMU_SMR_ID, smr); in arm_smmu_test_smr_masks()979 smr = FIELD_PREP(ARM_SMMU_SMR_MASK, smmu->streamid_mask); in arm_smmu_test_smr_masks()1387 if (sid & ~smmu->streamid_mask) { in arm_smmu_probe_device()1389 sid, smmu->streamid_mask); in arm_smmu_probe_device()1761 smmu->streamid_mask = size - 1; in arm_smmu_device_cfg_probe()
310 u16 streamid_mask; member