Searched refs:ticks_per_usec (Results 1 – 1 of 1) sorted by relevance
40 u32 ticks_per_usec = gd->bus_clk / (CONFIG_SYS_FSL_TBCLK_DIV * 1000000); in udelay() local41 u32 ticks = ticks_per_usec * usec; in udelay()