Home
last modified time | relevance | path

Searched refs:ticks_per_usec (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspl_minimal.c40 u32 ticks_per_usec = gd->bus_clk / (CONFIG_SYS_FSL_TBCLK_DIV * 1000000); in udelay() local
41 u32 ticks = ticks_per_usec * usec; in udelay()