Lines Matching defs:ioctrl
98 void __iomem *ioctrl;
267 return ch->cmt->info->read_control(ch->ioctrl, CMCSR);
275 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value);
282 return ch->cmt->info->read_count(ch->ioctrl, CMCNT);
299 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value);
306 u32 old_value = ch->cmt->info->read_count(ch->ioctrl, CMCOR);
309 ch->cmt->info->write_count(ch->ioctrl, CMCOR, value);
889 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6;
893 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10;
898 ch->ioctrl = ch->iostart + 0x10;