Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-ath79/ar934x/
H A Dclk.c262 u32 cpudiv, ddrdiv, busdiv; in ar934x_update_clock() local
296 cpudiv = (ctrl >> AR934X_PLL_CLK_CTRL_CPU_POST_DIV_SHIFT) & in ar934x_update_clock()
303 gd->cpu_clk = cpuclk / (cpudiv + 1); in ar934x_update_clock()
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dlowlevel_init.S25 #define MK_CLK_CNTL(cpudiv, ddrdiv, ahbdiv) \ argument
26 (((0x3 & (cpudiv - 1)) << 5) | \
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S20 #define MK_CLK_CNTL(cpudiv, ddrdiv, ahbdiv) \ argument
21 (((0x3 & (cpudiv - 1)) << 5) | \