Home
last modified time | relevance | path

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

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