Searched refs:CHCR_TS_LOW_SHIFT (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/sh/include/cpu-sh4/cpu/
H A Ddma-register.h21 #define CHCR_TS_LOW_SHIFT 3 macro
30 #define CHCR_TS_LOW_SHIFT 3 macro
38 #define CHCR_TS_LOW_SHIFT 3 macro
67 #define TS_INDEX2VAL(i) ((((i) & 3) << CHCR_TS_LOW_SHIFT) | \
75 #define CHCR_TS_LOW_SHIFT 4 macro
97 #define TS_INDEX2VAL(i) (((i) & 7) << CHCR_TS_LOW_SHIFT)
/linux-4.4.14/arch/sh/include/cpu-sh3/cpu/
H A Ddma-register.h14 #define CHCR_TS_LOW_SHIFT 3 macro
39 #define TS_INDEX2VAL(i) (((i) & 3) << CHCR_TS_LOW_SHIFT)
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c176 .ts_low_shift = CHCR_TS_LOW_SHIFT,
188 .ts_low_shift = CHCR_TS_LOW_SHIFT,
H A Dsetup-sh7785.c246 .ts_low_shift = CHCR_TS_LOW_SHIFT,
258 .ts_low_shift = CHCR_TS_LOW_SHIFT,
H A Dsetup-sh7757.c393 .ts_low_shift = CHCR_TS_LOW_SHIFT,
407 .ts_low_shift = CHCR_TS_LOW_SHIFT,
421 .ts_low_shift = CHCR_TS_LOW_SHIFT,
435 .ts_low_shift = CHCR_TS_LOW_SHIFT,
H A Dsetup-sh7722.c128 .ts_low_shift = CHCR_TS_LOW_SHIFT,
H A Dsetup-sh7786.c294 .ts_low_shift = CHCR_TS_LOW_SHIFT,
H A Dsetup-sh7724.c194 .ts_low_shift = CHCR_TS_LOW_SHIFT,
/linux-4.4.14/arch/sh/drivers/dma/
H A Ddma-sh.c97 int cnt = ((chcr & CHCR_TS_LOW_MASK) >> CHCR_TS_LOW_SHIFT) | calc_xmit_shift()

Completed in 111 milliseconds