Home
last modified time | relevance | path

Searched refs:S2CR_TYPE_BYPASS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c62 reg = FIELD_PREP(ARM_SMMU_S2CR_TYPE, S2CR_TYPE_BYPASS) | in qcom_smmu_cfg_probe()
67 if (FIELD_GET(ARM_SMMU_S2CR_TYPE, reg) != S2CR_TYPE_BYPASS) { in qcom_smmu_cfg_probe()
89 smmu->s2crs[i].type = S2CR_TYPE_BYPASS; in qcom_smmu_cfg_probe()
107 if (type == S2CR_TYPE_BYPASS) { in qcom_smmu_write_s2cr()
122 type = S2CR_TYPE_BYPASS; in qcom_smmu_write_s2cr()
H A Darm-smmu.h116 S2CR_TYPE_BYPASS, enumerator
H A Darm-smmu.c69 .type = disable_bypass ? S2CR_TYPE_FAULT : S2CR_TYPE_BYPASS, \
1125 type = S2CR_TYPE_BYPASS; in arm_smmu_domain_add_master()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c300 reg = FIELD_PREP(ARM_SMMU_S2CR_TYPE, S2CR_TYPE_BYPASS) | in qcom_smmu_cfg_probe()
305 if (FIELD_GET(ARM_SMMU_S2CR_TYPE, reg) != S2CR_TYPE_BYPASS) { in qcom_smmu_cfg_probe()
327 smmu->s2crs[i].type = S2CR_TYPE_BYPASS; in qcom_smmu_cfg_probe()
345 if (type == S2CR_TYPE_BYPASS) { in qcom_smmu_write_s2cr()
360 type = S2CR_TYPE_BYPASS; in qcom_smmu_write_s2cr()
H A Darm-smmu.h116 S2CR_TYPE_BYPASS, enumerator
H A Darm-smmu.c66 .type = disable_bypass ? S2CR_TYPE_FAULT : S2CR_TYPE_BYPASS, \
1095 type = S2CR_TYPE_BYPASS; in arm_smmu_domain_add_master()
2039 smmu->s2crs[idx].type = S2CR_TYPE_BYPASS; in arm_smmu_rmr_install_bypass_smr()

Completed in 11 milliseconds