Searched defs:ctl_shift (Results 1 - 1 of 1) sorted by relevance

/arch/c6x/platforms/
H A Ddscr.c196 int ctl_shift, ctl_mask; local
212 ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id);
213 ctl_mask = ((1 << ctl->nbits) - 1) << ctl_shift;
217 ctl_val = ctl->enable << ctl_shift;
222 ctl_val = ctl->disable << ctl_shift;
241 ctl_shift = stat->shift + stat->nbits * (id - stat->start_id);
250 val >>= ctl_shift; local

Completed in 95 milliseconds