Lines Matching defs:regs
79 static inline uint32_t mec_hal_btimer_count(struct mec_btmr_regs *regs) in mec_hal_btimer_count()
84 static inline uint32_t mec_hal_btimer_preload(struct mec_btmr_regs *regs) in mec_hal_btimer_preload()
89 static inline void mec_hal_btimer_preload_set(struct mec_btmr_regs *regs, uint32_t preload) in mec_hal_btimer_preload_set()
94 static inline void mec_hal_btimer_count_set(struct mec_btmr_regs *regs, uint32_t cnt) in mec_hal_btimer_count_set()
99 static inline uint32_t mec_hal_btimer_status(struct mec_btmr_regs *regs) in mec_hal_btimer_status()
104 static inline void mec_hal_btimer_enable(struct mec_btmr_regs *regs) in mec_hal_btimer_enable()
109 static inline void mec_hal_btimer_disable(struct mec_btmr_regs *regs) in mec_hal_btimer_disable()
114 static inline void mec_hal_btimer_start(struct mec_btmr_regs *regs) in mec_hal_btimer_start()
119 static inline void mec_hal_btimer_stop(struct mec_btmr_regs *regs) in mec_hal_btimer_stop()
124 static inline void mec_hal_btimer_halt(struct mec_btmr_regs *regs) in mec_hal_btimer_halt()
129 static inline void mec_hal_btimer_unhalt(struct mec_btmr_regs *regs) in mec_hal_btimer_unhalt()
134 static inline void mec_hal_btimer_reload(struct mec_btmr_regs *regs) in mec_hal_btimer_reload()