Lines Matching refs:tcount
36 bu32 tcntl, tperiod, tscale, tcount;
43 "TCNTL", "TPERIOD", "TSCALE", "TCOUNT",
71 ctimer->tcount = ctimer->tperiod;
76 ctimer->tcount = 0;
97 ctimer->tcount -= (scale * ticks);
115 ctimer->timeout = (ctimer->tcount / scale) + !!(ctimer->tcount % scale);
161 case mmr_offset(tcount):
172 /* Writes are mirrored into TCOUNT. */
173 ctimer->tcount = value;
211 case mmr_offset(tcount):
213 the new tcount value. */