Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dh8300_timer16.c55 unsigned long mapcommon; member
72 o1 = ctrl_inb(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter()
80 o1 = ctrl_inb(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter()
93 ctrl_outb(ctrl_inb(p->mapcommon + TISRA) & ~p->imfa, in timer16_interrupt()
94 p->mapcommon + TISRA); in timer16_interrupt()
128 ctrl_outb(ctrl_inb(p->mapcommon + TSTR) | p->enb, in timer16_enable()
129 p->mapcommon + TSTR); in timer16_enable()
141 ctrl_outb(ctrl_inb(p->mapcommon + TSTR) & ~p->enb, in timer16_disable()
142 p->mapcommon + TSTR); in timer16_disable()
181 p->mapcommon = res[REG_COMM]->start; in timer16_setup()