Lines Matching refs:hwidx
95 unsigned int hwidx; /* Real hardware index */
867 unsigned int hwidx, bool clockevent,
879 ch->hwidx = hwidx;
880 ch->timer_bit = hwidx;
889 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6;
893 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10;
897 ch->iostart = cmt->mapbase + ch->hwidx * 0x100;
903 value |= BIT(hwidx);
1062 unsigned int hwidx = ffs(mask) - 1;
1066 ret = sh_cmt_setup_channel(&cmt->channels[i], i, hwidx,
1071 mask &= ~(1 << hwidx);