Lines Matching refs:mapbase
46 unsigned long mapbase; member
59 o1 = ctrl_inb(p->mapbase + _8TCSR) & 0x20; in timer8_get_counter()
64 v1 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()
65 v2 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()
66 v3 = ctrl_inw(p->mapbase + _8TCNT); in timer8_get_counter()
67 o1 = ctrl_inb(p->mapbase + _8TCSR) & 0x20; in timer8_get_counter()
79 ctrl_outb(ctrl_inb(p->mapbase + _8TCSR) & ~0x40, in timer8_interrupt()
80 p->mapbase + _8TCSR); in timer8_interrupt()
82 ctrl_outw(p->tcora, p->mapbase + TCORA); in timer8_interrupt()
85 ctrl_outw(0x0000, p->mapbase + _8TCR); in timer8_interrupt()
103 ctrl_outb(ctrl_inb(p->mapbase + _8TCR) | 0x40, p->mapbase + _8TCR); in timer8_set_next()
105 ctrl_outw(delta, p->mapbase + TCORA); in timer8_set_next()
107 ctrl_outw(now + 1, p->mapbase + TCORA); in timer8_set_next()
115 ctrl_outw(0xffff, p->mapbase + TCORA); in timer8_enable()
116 ctrl_outw(0x0000, p->mapbase + _8TCNT); in timer8_enable()
117 ctrl_outw(0x0c02, p->mapbase + _8TCR); in timer8_enable()
148 ctrl_outw(0x0000, p->mapbase + _8TCR); in timer8_stop()
232 p->mapbase = res->start; in timer8_setup()