Home
last modified time | relevance | path

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

/bsp/loongson/ls1cdev/libraries/
A Dls1c_timer.c124 ctrl = reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_is_time_out()
173 cntr = reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CNTR)); in timer_get_time_ns()
197 reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CNTR)), in timer_print_regs()
198 reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_HRC)), in timer_print_regs()
199 reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_LRC)), in timer_print_regs()
200 reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL))); in timer_print_regs()
220 ctrl = reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_int_clr()
243 ctrl = reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_cnt_clr()
A Dls1c_clock.c57 ctrl = reg_read_32((volatile unsigned int *)LS1C_START_FREQ); in clk_get_pll_rate()
74 ctrl = reg_read_32((volatile unsigned int *)LS1C_CLK_DIV_PARAM); in clk_get_cpu_rate()
108 ctrl = reg_read_32((volatile unsigned int *)LS1C_START_FREQ); in clk_get_ddr_rate()
151 ctrl = reg_read_32((volatile unsigned int *)LS1C_CLK_DIV_PARAM); in clk_get_dc_rate()
A Dls1c_public.h101 unsigned int reg_read_32(volatile unsigned int *addr);
A Dls1c_public.c105 unsigned int reg_read_32(volatile unsigned int *addr) in reg_read_32() function
/bsp/loongson/ls1bdev/libraries/
A Dls1b_clock.c43 ctrl = reg_read_32((volatile unsigned int *)LS1B_START_FREQ); in clk_get_pll_rate()
61 ctrl = reg_read_32((volatile unsigned int *)LS1B_CLK_DIV_PARAM); in clk_get_cpu_rate()
78 ctrl = reg_read_32((volatile unsigned int *)LS1B_CLK_DIV_PARAM); in clk_get_ddr_rate()
106 ctrl = reg_read_32((volatile unsigned int *)LS1B_CLK_DIV_PARAM); in clk_get_dc_rate()
A Dls1b_public.h101 unsigned int reg_read_32(volatile unsigned int *addr);
A Dls1b_public.c106 unsigned int reg_read_32(volatile unsigned int *addr) in reg_read_32() function

Completed in 16 milliseconds