Home
last modified time | relevance | path

Searched refs:TMU_TSTR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dsetup_snapgear.c109 #define TMU_TSTR 0xffd80004 /* Byte access */ macro
160 ctrl_outb(ctrl_inb(TMU_TSTR) & ~0x2, TMU_TSTR); /* disable timer 1 */ in setup_fast_timer()
164 ctrl_outb(ctrl_inb(TMU_TSTR) | 0x2, TMU_TSTR); /* enable timer 1 */ in setup_fast_timer()
Dtime.c51 #define TMU_TSTR 0xA412FE92 /* Byte access */ macro
64 #define TMU_TSTR 0xfffffe92 /* Byte access */ macro
78 #define TMU_TSTR 0xffd80004 /* Byte access */ macro
297 ctrl_outb(0, TMU_TSTR); in get_timer_frequency()
312 ctrl_outb(TMU0_TSTR_INIT, TMU_TSTR); in get_timer_frequency()
548 ctrl_outb(0, TMU_TSTR); in time_init()
557 ctrl_outb(TMU0_TSTR_INIT, TMU_TSTR); in time_init()
564 ctrl_outb((ctrl_inb(TMU_TSTR) | TMU1_TSTR_INIT), TMU_TSTR); in time_init()
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c75 #define TMU_TSTR tmu_base+0x4 /* Byte access */ macro
556 ctrl_outb(TMU_TSTR_INIT, TMU_TSTR); in time_init()