USEC_PER_TICK
if (usec >= USEC_PER_TICK)
unsigned int ticks = usec / USEC_PER_TICK;
if (ticks*USEC_PER_TICK != usec)
udelay(USEC_PER_TICK);