Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7757.c124 .chcr = SM_INC | RS_ERS | 0x40000000 |
138 .chcr = SM_INC | RS_ERS | 0x40000000 |
155 .chcr = SM_INC | RS_ERS | 0x40000000 |
169 .chcr = SM_INC | RS_ERS | 0x40000000 |
183 .chcr = SM_INC | RS_ERS | 0x40000000 |
197 .chcr = SM_INC | RS_ERS | 0x40000000 |
214 .chcr = SM_INC | RS_ERS | 0x40000000 |
228 .chcr = SM_INC | RS_ERS | 0x40000000 |
242 .chcr = SM_INC | RS_ERS | 0x40000000 |
256 .chcr = SM_INC | RS_ER
[all...]
H A Dsetup-sh7722.c31 .chcr = DM_FIX | SM_INC | RS_ERS | TS_INDEX2VAL(XMIT_SZ_8BIT),
41 .chcr = DM_FIX | SM_INC | RS_ERS | TS_INDEX2VAL(XMIT_SZ_8BIT),
51 .chcr = DM_FIX | SM_INC | RS_ERS | TS_INDEX2VAL(XMIT_SZ_8BIT),
61 .chcr = DM_FIX | SM_INC | RS_ERS | TS_INDEX2VAL(XMIT_SZ_32BIT),
71 .chcr = DM_FIX | SM_INC | RS_ERS | TS_INDEX2VAL(XMIT_SZ_32BIT),
81 .chcr = DM_FIX | SM_INC | RS_ERS | TS_INDEX2VAL(XMIT_SZ_16BIT),
/linux/arch/sh/include/asm/
H A Ddma-register.h37 #define SM_INC 0x00001000 /* Source addresses are incremented */ macro
/linux/include/linux/
H A Dsh_dma.h103 #define SM_INC 0x00001000 /* Source addresses are incremented */ macro
/linux/arch/sh/drivers/dma/
H A Ddma-sh.c37 #define RS_DUAL (DM_INC | SM_INC | RS_AUTO | TS_INDEX2VAL(XMIT_SZ_32BIT))
/linux/drivers/dma/sh/
H A Dshdmac.c238 u32 chcr = DM_INC | SM_INC | RS_AUTO | log2size_to_chcr(sh_chan, in dmae_init()