Searched refs:ts_low_shift (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | sh_dma.h | 76 unsigned int ts_low_shift; member
|
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7780.c | 172 .ts_low_shift = CHCR_TS_LOW_SHIFT, 184 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
H A D | setup-sh7757.c | 391 .ts_low_shift = CHCR_TS_LOW_SHIFT, 405 .ts_low_shift = CHCR_TS_LOW_SHIFT, 419 .ts_low_shift = CHCR_TS_LOW_SHIFT, 433 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
H A D | setup-sh7785.c | 238 .ts_low_shift = CHCR_TS_LOW_SHIFT, 250 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
H A D | setup-sh7722.c | 126 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
H A D | setup-sh7786.c | 286 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
H A D | setup-sh7724.c | 193 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
/linux/drivers/dma/sh/ |
H A D | shdmac.c | 188 int cnt = ((chcr & pdata->ts_low_mask) >> pdata->ts_low_shift) | in calc_xmit_shift() 210 return ((i << pdata->ts_low_shift) & pdata->ts_low_mask) | in log2size_to_chcr()
|