Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsh_dma.h76 unsigned int ts_low_shift; member
/Linux-v5.4/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7780.c171 .ts_low_shift = CHCR_TS_LOW_SHIFT,
183 .ts_low_shift = CHCR_TS_LOW_SHIFT,
Dsetup-sh7757.c387 .ts_low_shift = CHCR_TS_LOW_SHIFT,
401 .ts_low_shift = CHCR_TS_LOW_SHIFT,
415 .ts_low_shift = CHCR_TS_LOW_SHIFT,
429 .ts_low_shift = CHCR_TS_LOW_SHIFT,
Dsetup-sh7785.c237 .ts_low_shift = CHCR_TS_LOW_SHIFT,
249 .ts_low_shift = CHCR_TS_LOW_SHIFT,
Dsetup-sh7722.c125 .ts_low_shift = CHCR_TS_LOW_SHIFT,
Dsetup-sh7786.c285 .ts_low_shift = CHCR_TS_LOW_SHIFT,
Dsetup-sh7724.c191 .ts_low_shift = CHCR_TS_LOW_SHIFT,
/Linux-v5.4/drivers/dma/sh/
Dshdmac.c189 int cnt = ((chcr & pdata->ts_low_mask) >> pdata->ts_low_shift) | in calc_xmit_shift()
211 return ((i << pdata->ts_low_shift) & pdata->ts_low_mask) | in log2size_to_chcr()