Home
last modified time | relevance | path

Searched refs:ctrl_bset (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/h8300/kernel/timer/
Dtimer16.c75 ctrl_bset(4 + CONFIG_H8300_TIMER16_CH, TISRA); in h8300_timer_setup()
76 ctrl_bset(CONFIG_H8300_TIMER16_CH, TSTR); in h8300_timer_setup()
Ditu.c81 ctrl_bset(CONFIG_H8300_ITU_CH, TSTR); in h8300_timer_setup()
Dtpu.c99 ctrl_bset(CONFIG_H8300_TPU_CH, TSTR); in h8300_timer_setup()
/linux-2.6.39/arch/h8300/include/asm/
Dio.h315 static __inline__ void ctrl_bset(int b, unsigned long addr) in ctrl_bset() function