Searched refs:ctrl_inb (Results 1 – 5 of 5) sorted by relevance
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()128 ctrl_outb(ctrl_inb(p->mapcommon + TSTR) | p->enb, in timer16_enable()141 ctrl_outb(ctrl_inb(p->mapcommon + TSTR) & ~p->enb, in timer16_disable()
59 o1 = ctrl_inb(p->mapbase + _8TCSR) & 0x20; in timer8_get_counter()67 o1 = ctrl_inb(p->mapbase + _8TCSR) & 0x20; in timer8_get_counter()79 ctrl_outb(ctrl_inb(p->mapbase + _8TCSR) & ~0x40, in timer8_interrupt()103 ctrl_outb(ctrl_inb(p->mapbase + _8TCR) | 0x40, p->mapbase + _8TCR); in timer8_set_next()
58 o1 = ctrl_inb(p->mapbase1 + TSR) & 0x10; in tpu_get_counter()66 o1 = ctrl_inb(p->mapbase1 + TSR) & 0x10; in tpu_get_counter()
231 w = (ctrl_inb((unsigned long)base + 0) & bit)?2:1; in access_timing()232 if (ctrl_inb((unsigned long)base + 1) & bit) in access_timing()
9 static inline unsigned char ctrl_inb(unsigned long addr) in ctrl_inb() function