Searched refs:ts_shift (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7780.c | 171 static const unsigned int ts_shift[] = TS_SHIFT; variable 180 .ts_shift = ts_shift, 181 .ts_shift_num = ARRAY_SIZE(ts_shift), 192 .ts_shift = ts_shift, 193 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
D | setup-sh7785.c | 241 static const unsigned int ts_shift[] = TS_SHIFT; variable 250 .ts_shift = ts_shift, 251 .ts_shift_num = ARRAY_SIZE(ts_shift), 262 .ts_shift = ts_shift, 263 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
D | setup-sh7757.c | 386 static const unsigned int ts_shift[] = TS_SHIFT; variable 397 .ts_shift = ts_shift, 398 .ts_shift_num = ARRAY_SIZE(ts_shift), 411 .ts_shift = ts_shift, 412 .ts_shift_num = ARRAY_SIZE(ts_shift), 425 .ts_shift = ts_shift, 426 .ts_shift_num = ARRAY_SIZE(ts_shift), 439 .ts_shift = ts_shift, 440 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
D | setup-sh7722.c | 121 static const unsigned int ts_shift[] = TS_SHIFT; variable 132 .ts_shift = ts_shift, 133 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
D | setup-sh7786.c | 289 static const unsigned int ts_shift[] = TS_SHIFT; variable 298 .ts_shift = ts_shift, 299 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
D | setup-sh7724.c | 187 static const unsigned int ts_shift[] = TS_SHIFT; variable 198 .ts_shift = ts_shift, 199 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
/linux-4.4.14/include/linux/ |
D | sh_dma.h | 83 const unsigned int *ts_shift; member
|
/linux-4.4.14/drivers/dma/sh/ |
D | shdma-r8a73a4.c | 72 .ts_shift = dma_ts_shift,
|
D | shdmac.c | 199 return pdata->ts_shift[cnt]; in calc_xmit_shift() 209 if (pdata->ts_shift[i] == l2size) in log2size_to_chcr()
|
D | rcar-hpbdma.c | 265 return pdata->ts_shift[i]; in calc_xmit_shift()
|
/linux-4.4.14/include/linux/platform_data/ |
D | dma-rcar-hpbdma.h | 99 const unsigned int ts_shift[XMIT_SZ_MAX]; member
|
/linux-4.4.14/arch/sh/drivers/dma/ |
D | dma-sh.c | 92 static unsigned int ts_shift[] = TS_SHIFT; variable 100 return ts_shift[cnt]; in calc_xmit_shift()
|