Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c335 unsigned long tbclk_div = CONFIG_SYS_FSL_TBCLK_DIV; in get_tbclk() local
337 return (gd->bus_clk + (tbclk_div >> 1)) / tbclk_div; in get_tbclk()