Searched refs:ts_shift (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/sh/kernel/cpu/sh4a/ |
| A D | setup-sh7780.c | 167 static const unsigned int ts_shift[] = TS_SHIFT; variable 176 .ts_shift = ts_shift, 177 .ts_shift_num = ARRAY_SIZE(ts_shift), 188 .ts_shift = ts_shift, 189 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
| A D | setup-sh7785.c | 233 static const unsigned int ts_shift[] = TS_SHIFT; variable 242 .ts_shift = ts_shift, 243 .ts_shift_num = ARRAY_SIZE(ts_shift), 254 .ts_shift = ts_shift, 255 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
| A D | setup-sh7757.c | 384 static const unsigned int ts_shift[] = TS_SHIFT; variable 395 .ts_shift = ts_shift, 396 .ts_shift_num = ARRAY_SIZE(ts_shift), 409 .ts_shift = ts_shift, 410 .ts_shift_num = ARRAY_SIZE(ts_shift), 423 .ts_shift = ts_shift, 424 .ts_shift_num = ARRAY_SIZE(ts_shift), 437 .ts_shift = ts_shift, 438 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
| A D | setup-sh7722.c | 119 static const unsigned int ts_shift[] = TS_SHIFT; variable 130 .ts_shift = ts_shift, 131 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
| A D | setup-sh7786.c | 281 static const unsigned int ts_shift[] = TS_SHIFT; variable 290 .ts_shift = ts_shift, 291 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
| A D | setup-sh7724.c | 186 static const unsigned int ts_shift[] = TS_SHIFT; variable 197 .ts_shift = ts_shift, 198 .ts_shift_num = ARRAY_SIZE(ts_shift),
|
| /linux/include/linux/ |
| A D | sh_dma.h | 80 const unsigned int *ts_shift; member
|
| /linux/arch/sh/drivers/dma/ |
| A D | dma-sh.c | 101 static unsigned int ts_shift[] = TS_SHIFT; variable 109 return ts_shift[cnt]; in calc_xmit_shift()
|
| /linux/drivers/dma/sh/ |
| A D | shdmac.c | 194 return pdata->ts_shift[cnt]; in calc_xmit_shift() 204 if (pdata->ts_shift[i] == l2size) in log2size_to_chcr()
|
Completed in 72 milliseconds