Searched refs:BASEADDR_V7M_SCB (Results 1 – 12 of 12) sorted by relevance
/linux/arch/arm/mm/ |
A D | pmsa-v7.c | 105 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv7_RNR); in rgnr_write() 113 u32 rsr = readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RASR) & GENMASK(15, 0); in dracr_write() 115 writel_relaxed((v << 16) | rsr, BASEADDR_V7M_SCB + PMSAv7_RASR); in dracr_write() 121 u32 racr = readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RASR) & GENMASK(31, 16); in drsr_write() 123 writel_relaxed(v | racr, BASEADDR_V7M_SCB + PMSAv7_RASR); in drsr_write() 129 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv7_RBAR); in drbar_write() 134 return readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RBAR); in drbar_read()
|
A D | pmsa-v8.c | 53 return readl_relaxed(BASEADDR_V7M_SCB + PMSAv8_RLAR); in prlar_read() 58 return readl_relaxed(BASEADDR_V7M_SCB + PMSAv8_RBAR); in prbar_read() 63 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv8_RNR); in prsel_write() 68 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv8_RBAR); in prbar_write() 73 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv8_RLAR); in prlar_write()
|
A D | proc-v7m.S | 76 movw r3, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_DCCMVAC 77 movt r3, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_DCCMVAC 88 movw r2, #:lower16:(BASEADDR_V7M_SCB + V7M_SCB_CCR) 89 movt r2, #:upper16:(BASEADDR_V7M_SCB + V7M_SCB_CCR) 111 ldr r0, =BASEADDR_V7M_SCB
|
A D | proc-macros.S | 75 movw \tmp, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_CTR 76 movt \tmp, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_CTR 93 movw \tmp, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_CTR 94 movt \tmp, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_CTR
|
A D | cache-v7m.S | 23 movw \rt, #:lower16:BASEADDR_V7M_SCB + \reg 24 movt \rt, #:upper16:BASEADDR_V7M_SCB + \reg 29 movw\c \tmp, #:lower16:BASEADDR_V7M_SCB + \op 30 movt\c \tmp, #:upper16:BASEADDR_V7M_SCB + \op
|
/linux/arch/arm/include/asm/ |
A D | cputype.h | 155 return readl(BASEADDR_V7M_SCB + offset); in read_cpuid_ext() 199 return readl(BASEADDR_V7M_SCB + V7M_SCB_CPUID); in read_cpuid_id() 204 return readl(BASEADDR_V7M_SCB + V7M_SCB_CTR); in read_cpuid_cachetype() 209 return readl(BASEADDR_V7M_SCB + MPU_TYPE); in read_cpuid_mputype()
|
A D | cachetype.h | 90 writel(cache_selector, BASEADDR_V7M_SCB + V7M_SCB_CTR); in set_csselr() 95 return readl(BASEADDR_V7M_SCB + V7M_SCB_CCSIDR); in read_ccsidr()
|
A D | v7m.h | 8 #define BASEADDR_V7M_SCB IOMEM(0xe000ed00) macro
|
/linux/arch/arm/kernel/ |
A D | head-nommu.S | 61 ldr r9, =BASEADDR_V7M_SCB 134 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB) 135 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB) 257 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB) 258 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB)
|
A D | v7m.c | 14 BASEADDR_V7M_SCB + V7M_SCB_AIRCR); in armv7m_restart()
|
A D | entry-v7m.S | 55 ldr r1, =BASEADDR_V7M_SCB
|
/linux/arch/arm/boot/compressed/ |
A D | head.S | 695 movw \tmp, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_CTR 696 movt \tmp, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_CTR
|
Completed in 15 milliseconds