Lines Matching refs:LS1C_PWM_CTRL
100 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()
298 reg_write_32(ctrl, (volatile unsigned int *)(timer_reg_base + LS1C_PWM_CTRL)); in timer_int_init()