Lines Matching defs:timer
55 static inline void jz4740_timer_stop(unsigned int timer) in jz4740_timer_stop()
60 static inline void jz4740_timer_start(unsigned int timer) in jz4740_timer_start()
65 static inline bool jz4740_timer_is_enabled(unsigned int timer) in jz4740_timer_is_enabled()
70 static inline void jz4740_timer_enable(unsigned int timer) in jz4740_timer_enable()
75 static inline void jz4740_timer_disable(unsigned int timer) in jz4740_timer_disable()
80 static inline void jz4740_timer_set_period(unsigned int timer, uint16_t period) in jz4740_timer_set_period()
85 static inline void jz4740_timer_set_duty(unsigned int timer, uint16_t duty) in jz4740_timer_set_duty()
90 static inline void jz4740_timer_set_count(unsigned int timer, uint16_t count) in jz4740_timer_set_count()
95 static inline uint16_t jz4740_timer_get_count(unsigned int timer) in jz4740_timer_get_count()
100 static inline void jz4740_timer_ack_full(unsigned int timer) in jz4740_timer_ack_full()
105 static inline void jz4740_timer_irq_full_enable(unsigned int timer) in jz4740_timer_irq_full_enable()
111 static inline void jz4740_timer_irq_full_disable(unsigned int timer) in jz4740_timer_irq_full_disable()
116 static inline void jz4740_timer_set_ctrl(unsigned int timer, uint16_t ctrl) in jz4740_timer_set_ctrl()
121 static inline uint16_t jz4740_timer_get_ctrl(unsigned int timer) in jz4740_timer_get_ctrl()