Searched refs:ctrl_outw (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/clocksource/ |
D | h8300_timer8.c | 82 ctrl_outw(p->tcora, p->mapbase + TCORA); in timer8_interrupt() 85 ctrl_outw(0x0000, p->mapbase + _8TCR); in timer8_interrupt() 105 ctrl_outw(delta, p->mapbase + TCORA); in timer8_set_next() 107 ctrl_outw(now + 1, p->mapbase + TCORA); in timer8_set_next() 115 ctrl_outw(0xffff, p->mapbase + TCORA); in timer8_enable() 116 ctrl_outw(0x0000, p->mapbase + _8TCNT); in timer8_enable() 117 ctrl_outw(0x0c02, p->mapbase + _8TCR); in timer8_enable() 148 ctrl_outw(0x0000, p->mapbase + _8TCR); in timer8_stop()
|
D | h8300_tpu.c | 99 ctrl_outw(0, p->mapbase1 + TCNT); in tpu_clocksource_enable() 100 ctrl_outw(0, p->mapbase2 + TCNT); in tpu_clocksource_enable()
|
D | h8300_timer16.c | 126 ctrl_outw(0x0000, p->mapbase + TCNT); in timer16_enable()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-renesas-h8s.c | 44 ctrl_outw(pri, addr); in h8s_disable_irq() 59 ctrl_outw(pri, addr); in h8s_enable_irq() 93 ctrl_outw(0x0000, IPRA + (n * 2)); in h8s_intc_of_init()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | io.h | 29 static inline void ctrl_outw(unsigned short b, unsigned long addr) in ctrl_outw() function
|