Lines Matching refs:hwidx
94 unsigned int hwidx; /* Real hardware index */
877 unsigned int hwidx, bool clockevent,
889 ch->hwidx = hwidx;
890 ch->timer_bit = hwidx;
899 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6;
903 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10;
907 ch->iostart = cmt->mapbase + ch->hwidx * 0x100;
913 value |= BIT(hwidx);
1080 unsigned int hwidx = ffs(mask) - 1;
1084 ret = sh_cmt_setup_channel(&cmt->channels[i], i, hwidx,
1089 mask &= ~(1 << hwidx);