Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dh8300_tpu.c27 void __iomem *mapbase1; member
37 tcnt = ioread16be(p->mapbase1 + TCNT) << 16; in read_tcnt32()
47 o1 = ioread8(p->mapbase1 + TSR) & TCFV; in tpu_get_counter()
55 o1 = ioread8(p->mapbase1 + TSR) & TCFV; in tpu_get_counter()
88 iowrite16be(0, p->mapbase1 + TCNT); in tpu_clocksource_enable()
90 iowrite8(0x0f, p->mapbase1 + TCR); in tpu_clocksource_enable()
103 iowrite8(0, p->mapbase1 + TCR); in tpu_clocksource_disable()
146 tpu_priv.mapbase1 = base[CH_L]; in h8300_tpu_init()