Searched refs:SCTLR (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/arm/mach-msm/include/mach/ |
D | iommu_hw-8xxx.h | 134 #define SET_SCTLR(b, c, v) SET_CTX_REG(SCTLR, (b), (c), (v)) 163 #define GET_SCTLR(b, c) GET_CTX_REG(SCTLR, (b), (c)) 580 #define SET_M(b, c, v) SET_CONTEXT_FIELD(b, c, SCTLR, M, v) 581 #define SET_TRE(b, c, v) SET_CONTEXT_FIELD(b, c, SCTLR, TRE, v) 582 #define SET_AFE(b, c, v) SET_CONTEXT_FIELD(b, c, SCTLR, AFE, v) 583 #define SET_HAF(b, c, v) SET_CONTEXT_FIELD(b, c, SCTLR, HAF, v) 584 #define SET_BE(b, c, v) SET_CONTEXT_FIELD(b, c, SCTLR, BE, v) 585 #define SET_AFFD(b, c, v) SET_CONTEXT_FIELD(b, c, SCTLR, AFFD, v) 768 #define GET_M(b, c) GET_CONTEXT_FIELD(b, c, SCTLR, M) 769 #define GET_TRE(b, c) GET_CONTEXT_FIELD(b, c, SCTLR, TRE) [all …]
|