Searched refs:DACR (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/sh/include/cpu-sh3/cpu/ |
D | dac.h | 11 #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/ |
D | setup.c | 153 v8 = __raw_readb(DACR); in hp6xx_setup() 155 __raw_writeb(v8,DACR); in hp6xx_setup()
|
D | pm.c | 119 __raw_writeb(0x1f, DACR); in hp6x0_pm_enter()
|
/linux-4.4.14/arch/arm/kvm/ |
D | interrupts_head.S | 254 mrc p15, 0, r5, c3, c0, 0 @ DACR 391 mcr p15, 0, r5, c3, c0, 0 @ DACR
|
/linux-4.4.14/drivers/tty/ |
D | synclink.c | 378 #define DACR 0x08 /* DMA Array count Register (shared) */ macro
|