Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu.c247 #define PLPRCR_val(a) ((pll & PLPRCR_ ## a ## _MSK) >> PLPRCR_ ## a ## _SHIFT) in get_tbclk() macro
260 factor = (PLPRCR_val(MFI) + PLPRCR_val(MFN) / (PLPRCR_val(MFD) + 1)) / in get_tbclk()
261 (PLPRCR_val(PDF) + 1) / (1 << PLPRCR_val(S)); in get_tbclk()