UDELAY_MULT
__const_udelay((n) * UDELAY_MULT)) : \
__timer_const_udelay(usecs * UDELAY_MULT);
u64 ucycles = (u64)usecs * lpj_fine * UDELAY_MULT;