Home
last modified time | relevance | path

Searched refs:S2CR_TYPE_BYPASS (Results 1 – 3 of 3) sorted by relevance

/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c229 reg = FIELD_PREP(ARM_SMMU_S2CR_TYPE, S2CR_TYPE_BYPASS) | in qcom_smmu_cfg_probe()
234 if (FIELD_GET(ARM_SMMU_S2CR_TYPE, reg) != S2CR_TYPE_BYPASS) { in qcom_smmu_cfg_probe()
256 smmu->s2crs[i].type = S2CR_TYPE_BYPASS; in qcom_smmu_cfg_probe()
274 if (type == S2CR_TYPE_BYPASS) { in qcom_smmu_write_s2cr()
289 type = S2CR_TYPE_BYPASS; in qcom_smmu_write_s2cr()
Darm-smmu.h116 S2CR_TYPE_BYPASS, enumerator
Darm-smmu.c69 .type = disable_bypass ? S2CR_TYPE_FAULT : S2CR_TYPE_BYPASS, \
1113 type = S2CR_TYPE_BYPASS; in arm_smmu_domain_add_master()
1122 if (type == S2CR_TYPE_BYPASS && s2cr[idx].pinned) in arm_smmu_domain_add_master()