Searched refs:DACR (Results 1 – 6 of 6) sorted by relevance
/arch/sh/include/cpu-sh3/cpu/ |
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()
|
/arch/arm/include/asm/ |
D | uaccess-asm.h | 71 #define DACR(x...) x macro 73 #define DACR(x...) 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
|
D | kvm_hyp.h | 49 #define DACR __ACCESS_CP15(c3, 0, c0, 0) macro
|
/arch/sh/boards/mach-hp6xx/ |
D | setup.c | 151 v8 = __raw_readb(DACR); in hp6xx_setup() 153 __raw_writeb(v8,DACR); in hp6xx_setup()
|
D | pm.c | 117 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
|
/arch/arm/kvm/hyp/ |
D | cp15-sr.c | 25 ctxt->cp15[c3_DACR] = read_sysreg(DACR); in __sysreg_save_state() 54 write_sysreg(ctxt->cp15[c3_DACR], DACR); in __sysreg_restore_state()
|