Home
last modified time | relevance | path

Searched refs:ltq_w8 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/lantiq/
Dearly_printk.c30 ltq_w8('\r', LTQ_ASC_TBUF); in prom_putchar()
31 ltq_w8(c, LTQ_ASC_TBUF); in prom_putchar()
/Linux-v4.19/arch/mips/lantiq/xway/
Ddcdc.c20 #define dcdc_w8(x, y) ltq_w8((x), dcdc_membase + (y))
/Linux-v4.19/arch/mips/include/asm/mach-lantiq/
Dlantiq.h21 #define ltq_w8(val, reg) __raw_writeb(val, reg) macro
/Linux-v4.19/drivers/tty/serial/
Dlantiq.c217 ltq_w8(port->x_char, port->membase + LTQ_ASC_TBUF); in lqasc_tx_chars()
226 ltq_w8(port->state->xmit.buf[port->state->xmit.tail], in lqasc_tx_chars()
578 ltq_w8(ch, port->membase + LTQ_ASC_TBUF); in lqasc_console_putchar()