Lines Matching defs:index
40 unsigned int index;
136 value |= 1 << ch->index;
138 value &= ~(1 << ch->index);
152 ch->index);
328 ch->index);
368 ch->index, periodic ? "periodic" : "oneshot");
424 ch->index);
433 ch->index, ch->irq);
452 static int sh_tmu_channel_setup(struct sh_tmu_channel *ch, unsigned int index,
461 ch->index = index;
464 ch->base = tmu->mapbase + 4 + ch->index * 12;
466 ch->base = tmu->mapbase + 8 + ch->index * 12;
468 ch->irq = platform_get_irq(tmu->pdev, index);