Lines Matching defs:timer
64 static inline void jz4740_timer_stop(unsigned int timer) in jz4740_timer_stop()
69 static inline void jz4740_timer_start(unsigned int timer) in jz4740_timer_start()
74 static inline bool jz4740_timer_is_enabled(unsigned int timer) in jz4740_timer_is_enabled()
79 static inline void jz4740_timer_enable(unsigned int timer) in jz4740_timer_enable()
84 static inline void jz4740_timer_disable(unsigned int timer) in jz4740_timer_disable()
90 static inline void jz4740_timer_set_period(unsigned int timer, uint16_t period) in jz4740_timer_set_period()
95 static inline void jz4740_timer_set_duty(unsigned int timer, uint16_t duty) in jz4740_timer_set_duty()
100 static inline void jz4740_timer_set_count(unsigned int timer, uint16_t count) in jz4740_timer_set_count()
105 static inline uint16_t jz4740_timer_get_count(unsigned int timer) in jz4740_timer_get_count()
110 static inline void jz4740_timer_ack_full(unsigned int timer) in jz4740_timer_ack_full()
115 static inline void jz4740_timer_irq_full_enable(unsigned int timer) in jz4740_timer_irq_full_enable()
121 static inline void jz4740_timer_irq_full_disable(unsigned int timer) in jz4740_timer_irq_full_disable()
126 static inline void jz4740_timer_set_ctrl(unsigned int timer, uint16_t ctrl) in jz4740_timer_set_ctrl()
131 static inline uint16_t jz4740_timer_get_ctrl(unsigned int timer) in jz4740_timer_get_ctrl()