Searched refs:ts_low_shift (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | sh_dma.h | 76 unsigned int ts_low_shift; member
|
/linux/arch/sh/kernel/cpu/sh4a/ |
A D | setup-sh7780.c | 172 .ts_low_shift = CHCR_TS_LOW_SHIFT, 184 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
A D | setup-sh7757.c | 388 .ts_low_shift = CHCR_TS_LOW_SHIFT, 402 .ts_low_shift = CHCR_TS_LOW_SHIFT, 416 .ts_low_shift = CHCR_TS_LOW_SHIFT, 430 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
A D | setup-sh7785.c | 238 .ts_low_shift = CHCR_TS_LOW_SHIFT, 250 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
A D | setup-sh7722.c | 126 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
A D | setup-sh7786.c | 286 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
A D | setup-sh7724.c | 192 .ts_low_shift = CHCR_TS_LOW_SHIFT,
|
/linux/drivers/dma/sh/ |
A D | shdmac.c | 189 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()
|
Completed in 16 milliseconds