Lines Matching defs:ioctrl
97 void __iomem *ioctrl;
266 return ch->cmt->info->read_control(ch->ioctrl, CMCSR);
274 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value);
281 return ch->cmt->info->read_count(ch->ioctrl, CMCNT);
298 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value);
305 u32 old_value = ch->cmt->info->read_count(ch->ioctrl, CMCOR);
308 ch->cmt->info->write_count(ch->ioctrl, CMCOR, value);
899 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6;
903 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10;
908 ch->ioctrl = ch->iostart + 0x10;