Searched refs:ACTLR (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep.h | 101 mrc p15, 0, \tmp1, c1, c0, 1 @ ACTLR 102 bic \tmp1, \tmp1, #(1<<6) | (1<<0) @ clear ACTLR.SMP | ACTLR.FW 103 mcr p15, 0, \tmp1, c1, c0, 1 @ ACTLR
|
/linux-4.4.14/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 135 #define SET_ACTLR(b, c, v) SET_CTX_REG(ACTLR, (b), (c), (v)) 164 #define GET_ACTLR(b, c) GET_CTX_REG(ACTLR, (b), (c)) 440 #define SET_CFERE(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, CFERE, v) 441 #define SET_CFEIE(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, CFEIE, v) 442 #define SET_PTSHCFG(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, PTSHCFG, v) 443 #define SET_RCOSH(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, RCOSH, v) 444 #define SET_RCISH(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, RCISH, v) 445 #define SET_RCNSH(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, RCNSH, v) 446 #define SET_PRIVCFG(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, PRIVCFG, v) 447 #define SET_DNA(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, DNA, v) [all …]
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1061 The workaround enables the BTB/BTAC operations by setting ACTLR.IBE 1063 Note that setting specific bits in the ACTLR register may not be 1077 in the ACTLR register. Note that setting specific bits in the ACTLR 1090 ACTLR register. Note that setting specific bits in the ACTLR register
|