Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
A Dh8300_timer16.c30 void __iomem *mapcommon; member
42 o1 = ioread8(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter()
50 o1 = ioread8(p->mapcommon + TISRC) & p->ovf; in timer16_get_counter()
65 bclr(p->ovf, p->mapcommon + TISRC); in timer16_interrupt()
96 bset(p->ovie, p->mapcommon + TISRC); in timer16_enable()
97 bset(p->enb, p->mapcommon + TSTR); in timer16_enable()
109 bclr(p->ovie, p->mapcommon + TISRC); in timer16_disable()
110 bclr(p->enb, p->mapcommon + TSTR); in timer16_disable()
166 timer16_priv.mapcommon = base[REG_COMM]; in h8300_16timer_init()

Completed in 3 milliseconds