Searched refs:DACR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh3/cpu/ |
H A D | dac.h | 12 #define DACR 0xa40000a4 macro 21 v = __raw_readb(DACR); in sh_dac_enable() 24 __raw_writeb(v,DACR); in sh_dac_enable() 30 v = __raw_readb(DACR); in sh_dac_disable() 33 __raw_writeb(v,DACR); in sh_dac_disable()
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh3/cpu/ |
H A D | dac.h | 12 #define DACR 0xa40000a4 macro 21 v = __raw_readb(DACR); in sh_dac_enable() 24 __raw_writeb(v,DACR); in sh_dac_enable() 30 v = __raw_readb(DACR); in sh_dac_disable() 33 __raw_writeb(v,DACR); in sh_dac_disable()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | uaccess-asm.h | 71 #define DACR(x...) x macro 73 #define DACR(x...) 79 * If we are using the DACR for kernel access by the user accessors 80 * (CONFIG_CPU_USE_DOMAINS=y), always reset the DACR kernel domain 83 * If we are using SW PAN, set the DACR user domain to no access 90 DACR( mrc p15, 0, \tmp0, c3, c0, 0) 91 DACR( str \tmp0, [sp, #SVC_DACR]) 110 DACR( ldr \tmp0, [sp, #SVC_DACR]) 112 DACR( mcr p15, 0, \tmp0, c3, c0, 0) 115 #undef DACR macro [all...] |
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | uaccess-asm.h | 71 #define DACR(x...) x macro 73 #define DACR(x...) 79 * If we are using the DACR for kernel access by the user accessors 80 * (CONFIG_CPU_USE_DOMAINS=y), always reset the DACR kernel domain 83 * If we are using SW PAN, set the DACR user domain to no access 87 DACR( mrc p15, 0, \tmp0, c3, c0, 0) 88 DACR( str \tmp0, [sp, #SVC_DACR]) 105 DACR( ldr \tmp0, [sp, #SVC_DACR]) 106 DACR( mcr p15, 0, \tmp0, c3, c0, 0) 109 #undef DACR macro [all...] |
/kernel/linux/linux-5.10/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 151 v8 = __raw_readb(DACR); in hp6xx_setup() 153 __raw_writeb(v8,DACR); in hp6xx_setup()
|
H A D | pm.c | 117 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 151 v8 = __raw_readb(DACR); in hp6xx_setup() 153 __raw_writeb(v8,DACR); in hp6xx_setup()
|
H A D | pm.c | 117 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
|
/kernel/liteos_a/arch/arm/arm/include/ |
H A D | los_hw_cpu.h | 112 #define DACR CP15_REG(c3, 0, c0, 0) /* Domain Access Control Register */ macro
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink.c | 376 #define DACR 0x08 /* DMA Array count Register (shared) */ macro
|
Completed in 11 milliseconds