Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/arch/sh/boards/mach-hp6xx/
Dsetup.c152 v8 = __raw_readb(DACR); in hp6xx_setup()
154 __raw_writeb(v8,DACR); in hp6xx_setup()
Dpm.c118 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
/linux-2.6.39/arch/h8300/include/asm/
Dregs306x.h12 #define DACR 0xFEE09E macro
/linux-2.6.39/drivers/tty/
Dsynclink.c382 #define DACR 0x08 /* DMA Array count Register (shared) */ macro