Lines Matching refs:mapbase
40 void __iomem *mapbase; member
50 iowrite16be(0x0000, p->mapbase + _8TCR); in timer8_interrupt()
54 bclr(CMFA, p->mapbase + _8TCSR); in timer8_interrupt()
63 bclr(CMIEA, p->mapbase + _8TCR); in timer8_set_next()
64 iowrite16be(delta, p->mapbase + TCORA); in timer8_set_next()
65 iowrite16be(0x0000, p->mapbase + _8TCNT); in timer8_set_next()
66 bclr(CMFA, p->mapbase + _8TCSR); in timer8_set_next()
67 bset(CMIEA, p->mapbase + _8TCR); in timer8_set_next()
72 iowrite16be(0xffff, p->mapbase + TCORA); in timer8_enable()
73 iowrite16be(0x0000, p->mapbase + _8TCNT); in timer8_enable()
74 iowrite16be(0x0c02, p->mapbase + _8TCR); in timer8_enable()
95 iowrite16be(0x0000, p->mapbase + _8TCR); in timer8_stop()
186 timer8_priv.mapbase = base; in h8300_8timer_init()