Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Ddma-register.h45 #define RS_AUTO 0x00000400 /* Auto Request */ macro
/Linux-v4.19/include/linux/
Dsh_dma.h109 #define RS_AUTO 0x00000400 /* Auto Request */ macro
/Linux-v4.19/arch/sh/drivers/dma/
Ddma-sh.c28 #define RS_DUAL (DM_INC | SM_INC | RS_AUTO | TS_INDEX2VAL(XMIT_SZ_32BIT))
/Linux-v4.19/drivers/dma/sh/
Dshdmac.c243 u32 chcr = DM_INC | SM_INC | RS_AUTO | log2size_to_chcr(sh_chan, in dmae_init()