Home
last modified time | relevance | path

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

/bsp/loongson/ls1cdev/libraries/
A Dls1c_timer.c100 reg_write_32(ctrl, (volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_init()
124 ctrl = reg_read_32((volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_is_time_out()
154 reg_write_32(0, (volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_stop()
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()
222 reg_write_32(ctrl , (volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_int_clr()
224 reg_write_32(ctrl , (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()
245 reg_write_32(ctrl , (volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_cnt_clr()
247 reg_write_32(ctrl , (volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_cnt_clr()
[all …]
A Dls1c_pwm.c73 reg_write_32(0, (volatile unsigned int *)(pwm_reg_base + LS1C_PWM_CTRL)); in pwm_disable()
117 reg_write_32(ctrl, (volatile unsigned int *)(pwm_reg_base + LS1C_PWM_CTRL)); in pwm_enable()
A Dls1c_regs.h78 #define LS1C_PWM_CTRL (0xC) macro

Completed in 5 milliseconds