Searched refs:ctrl_bset (Results 1 – 4 of 4) sorted by relevance
75 ctrl_bset(4 + CONFIG_H8300_TIMER16_CH, TISRA); in h8300_timer_setup()76 ctrl_bset(CONFIG_H8300_TIMER16_CH, TSTR); in h8300_timer_setup()
81 ctrl_bset(CONFIG_H8300_ITU_CH, TSTR); in h8300_timer_setup()
99 ctrl_bset(CONFIG_H8300_TPU_CH, TSTR); in h8300_timer_setup()
315 static __inline__ void ctrl_bset(int b, unsigned long addr) in ctrl_bset() function