Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dh8300_tpu.c38 unsigned long mapbase1; member
48 tcnt = ctrl_inw(p->mapbase1 + TCNT) << 16; in read_tcnt32()
58 o1 = ctrl_inb(p->mapbase1 + TSR) & 0x10; in tpu_get_counter()
66 o1 = ctrl_inb(p->mapbase1 + TSR) & 0x10; in tpu_get_counter()
99 ctrl_outw(0, p->mapbase1 + TCNT); in tpu_clocksource_enable()
101 ctrl_outb(0x0f, p->mapbase1 + TCR); in tpu_clocksource_enable()
114 ctrl_outb(0, p->mapbase1 + TCR); in tpu_clocksource_disable()
141 p->mapbase1 = res[CH_L]->start; in tpu_setup()