We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fbb25 commit cd8479cCopy full SHA for cd8479c
drivers/iommu/arm-smmu.c
@@ -52,9 +52,6 @@
52
*/
53
#define QCOM_DUMMY_VAL -1
54
55
-#define TLB_LOOP_TIMEOUT 1000000 /* 1s! */
56
-#define TLB_SPIN_COUNT 10
57
-
58
#define MSI_IOVA_BASE 0x8000000
59
#define MSI_IOVA_LENGTH 0x100000
60
drivers/iommu/arm-smmu.h
@@ -236,6 +236,8 @@ enum arm_smmu_cbar_type {
236
/* Maximum number of context banks per SMMU */
237
#define ARM_SMMU_MAX_CBS 128
238
239
+#define TLB_LOOP_TIMEOUT 1000000 /* 1s! */
240
+#define TLB_SPIN_COUNT 10
241
242
/* Shared driver definitions */
243
enum arm_smmu_arch_version {
0 commit comments