Home
last modified time | relevance | path

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

/bsp/loongson/ls1bdev/libraries/
A Dls1b_clock.c25 #define DIV_CPU (0x1f << 20) macro
62 cpu_rate = pll_rate / ((ctrl & DIV_CPU) >> DIV_CPU_SHIFT); in clk_get_cpu_rate()
/bsp/loongson/ls1cdev/libraries/
A Dls1c_clock.c35 #define DIV_CPU (0x7f << 8) macro
81 cpu_rate = pll_rate / ((ctrl & DIV_CPU) >> DIV_CPU_SHIFT); in clk_get_cpu_rate()
/bsp/loongson/ls1cdev/drivers/
A Dselfboot.h156 #define DIV_CPU (0x7f << 8) macro
A Dselfboot_gcc.S239 andi a1, DIV_CPU /* a1 &= DIV_CPU */

Completed in 11 milliseconds