Searched refs:ticks_per_usec (Results 1 – 2 of 2) sorted by relevance
39 u32 ticks_per_usec = gd->bus_clk / (CONFIG_SYS_FSL_TBCLK_DIV * 1000000); in udelay() local40 u32 ticks = ticks_per_usec * usec; in udelay()
395 static double ticks_per_usec = 1.0f; variable439 ticks_per_usec = t; in get_psched_settings()460 ticks_per_usec = (double) ns_per_usec / in get_psched_settings()501 return us * ticks_per_usec; in nl_us2ticks()513 return ticks / ticks_per_usec; in nl_ticks2us()