Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dh8300_tpu.c101 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()
Dh8300_timer16.c93 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()
Dh8300_timer8.c79 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/
Dirq-renesas-h8300h.c84 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/
Dio.h24 static inline void ctrl_outb(unsigned char b, unsigned long addr) in ctrl_outb() function