Home
last modified time | relevance | path

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

/linux-2.6.39/arch/h8300/kernel/timer/
Dtpu.c27 #define TPUBASE 0xffffd0 macro
30 #define TPUBASE 0xffffe0 macro
33 #define TPUBASE 0xfffff0 macro
36 #define TPUBASE 0xfffe80 macro
39 #define TPUBASE 0xfffe90 macro
59 ctrl_bclr(0, TPUBASE + _TSR); in timer_interrupt()
94 ctrl_outb(CCLR0 | div, TPUBASE + _TCR); in h8300_timer_setup()
95 ctrl_outb(0, TPUBASE + _TMDR); in h8300_timer_setup()
96 ctrl_outw(0, TPUBASE + _TIOR); in h8300_timer_setup()
97 ctrl_outb(0x01, TPUBASE + _TIER); in h8300_timer_setup()
[all …]