Lines Matching refs:t
39 int t = timeout; in waitforHIA() local
42 while ((val & 1) && t) { in waitforHIA()
44 t--; in waitforHIA()
47 pr_debug("%s: HIA after %dus\n", isar->name, timeout - t); in waitforHIA()
130 int t = maxdelay; in poll_mbox() local
134 while (t && !(irq & ISAR_IRQSTA)) { in poll_mbox()
136 t--; in poll_mbox()
138 if (t) { in poll_mbox()
143 isar->name, isar->clsb, maxdelay - t); in poll_mbox()
144 return t; in poll_mbox()
1135 ftimer_handler(struct timer_list *t) in ftimer_handler() argument
1137 struct isar_ch *ch = from_timer(ch, t, ftimer); in ftimer_handler()