Searched refs:rndoff (Results 1 – 2 of 2) sorted by relevance
71 ulong rndoff; in __udelay() local73 rndoff = (usec % 10) ? 1 : 0; in __udelay()76 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
81 ulong rndoff; in __udelay() local83 rndoff = (usec % 10) ? 1 : 0; in __udelay()86 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
Completed in 3 milliseconds