Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Ddma-register.h42 #define RS_AUTO 0x00000400 /* Auto Request */ macro
/openbmc/linux/include/linux/
H A Dsh_dma.h106 #define RS_AUTO 0x00000400 /* Auto Request */ macro
/openbmc/linux/arch/sh/drivers/dma/
H A Ddma-sh.c37 #define RS_DUAL (DM_INC | SM_INC | RS_AUTO | TS_INDEX2VAL(XMIT_SZ_32BIT))
/openbmc/linux/drivers/dma/sh/
H A Dshdmac.c238 u32 chcr = DM_INC | SM_INC | RS_AUTO | log2size_to_chcr(sh_chan, in dmae_init()