Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Ddac.h13 #define DACR_DAOE1 0x80 macro
22 if(channel) v |= DACR_DAOE1; in sh_dac_enable()
31 if(channel) v &= ~DACR_DAOE1; in sh_dac_disable()