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()
89 static inline void jz4740_timer_set_period(unsigned int timer, uint16_t period) in jz4740_timer_set_period()
94 static inline void jz4740_timer_set_duty(unsigned int timer, uint16_t duty) in jz4740_timer_set_duty()
99 static inline void jz4740_timer_set_count(unsigned int timer, uint16_t count) in jz4740_timer_set_count()
104 static inline uint16_t jz4740_timer_get_count(unsigned int timer) in jz4740_timer_get_count()
109 static inline void jz4740_timer_ack_full(unsigned int timer) in jz4740_timer_ack_full()
114 static inline void jz4740_timer_irq_full_enable(unsigned int timer) in jz4740_timer_irq_full_enable()
120 static inline void jz4740_timer_irq_full_disable(unsigned int timer) in jz4740_timer_irq_full_disable()
125 static inline void jz4740_timer_set_ctrl(unsigned int timer, uint16_t ctrl) in jz4740_timer_set_ctrl()
130 static inline uint16_t jz4740_timer_get_ctrl(unsigned int timer) in jz4740_timer_get_ctrl()