Searched refs:rndoff (Results 1 – 3 of 3) sorted by relevance
64 ulong rndoff; in __udelay() local66 rndoff = (usec % 10) ? 1 : 0; in __udelay()69 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
66 ulong rndoff; in __udelay() local68 rndoff = (usec % 10) ? 1 : 0; in __udelay()71 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
75 ulong rndoff; in __udelay() local77 rndoff = (usec % 10) ? 1 : 0; in __udelay()80 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()