Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/cpu-sh3/cpu/
Ddac.h11 #define DACR 0xa40000a4 macro
20 v = __raw_readb(DACR); in sh_dac_enable()
23 __raw_writeb(v,DACR); in sh_dac_enable()
29 v = __raw_readb(DACR); in sh_dac_disable()
32 __raw_writeb(v,DACR); in sh_dac_disable()
/linux-4.4.14/arch/sh/boards/mach-hp6xx/
Dsetup.c153 v8 = __raw_readb(DACR); in hp6xx_setup()
155 __raw_writeb(v8,DACR); in hp6xx_setup()
Dpm.c119 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
/linux-4.4.14/arch/arm/kvm/
Dinterrupts_head.S254 mrc p15, 0, r5, c3, c0, 0 @ DACR
391 mcr p15, 0, r5, c3, c0, 0 @ DACR
/linux-4.4.14/drivers/tty/
Dsynclink.c378 #define DACR 0x08 /* DMA Array count Register (shared) */ macro