Home
last modified time | relevance | path

Searched refs:DACR (Results 1 – 6 of 6) sorted by relevance

/arch/sh/include/cpu-sh3/cpu/
Ddac.h12 #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/
Duaccess-asm.h71 #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
Dkvm_hyp.h49 #define DACR __ACCESS_CP15(c3, 0, c0, 0) macro
/arch/sh/boards/mach-hp6xx/
Dsetup.c151 v8 = __raw_readb(DACR); in hp6xx_setup()
153 __raw_writeb(v8,DACR); in hp6xx_setup()
Dpm.c117 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
/arch/arm/kvm/hyp/
Dcp15-sr.c25 ctxt->cp15[c3_DACR] = read_sysreg(DACR); in __sysreg_save_state()
54 write_sysreg(ctxt->cp15[c3_DACR], DACR); in __sysreg_restore_state()