Searched refs:ctrl_outb (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/clocksource/ |
D | h8300_tpu.c | 101 ctrl_outb(0x0f, p->mapbase1 + TCR); in tpu_clocksource_enable() 102 ctrl_outb(0x03, p->mapbase2 + TCR); in tpu_clocksource_enable() 114 ctrl_outb(0, p->mapbase1 + TCR); in tpu_clocksource_disable() 115 ctrl_outb(0, p->mapbase2 + TCR); in tpu_clocksource_disable()
|
D | h8300_timer16.c | 93 ctrl_outb(ctrl_inb(p->mapcommon + TISRA) & ~p->imfa, in timer16_interrupt() 127 ctrl_outb(0x83, p->mapbase + TCR); in timer16_enable() 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()
|
D | h8300_timer8.c | 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()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-renesas-h8300h.c | 84 ctrl_outb(0x00, IPR + 0); in h8300h_intc_of_init() 85 ctrl_outb(0x00, IPR + 1); in h8300h_intc_of_init()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | io.h | 24 static inline void ctrl_outb(unsigned char b, unsigned long addr) in ctrl_outb() function
|