Home
last modified time | relevance | path

Searched refs:LTQ_ASC_TBUF (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/lantiq/
Dearly_printk.c15 #define LTQ_ASC_TBUF ((u32 *)(LTQ_EARLY_ASC + 0x0020 + 3)) macro
17 #define LTQ_ASC_TBUF ((u32 *)(LTQ_EARLY_ASC + 0x0020)) macro
29 ltq_w8('\r', LTQ_ASC_TBUF); in prom_putchar()
30 ltq_w8(c, LTQ_ASC_TBUF); in prom_putchar()
/linux-4.4.14/drivers/tty/serial/
Dlantiq.c47 #define LTQ_ASC_TBUF (0x0020 + 3) macro
50 #define LTQ_ASC_TBUF 0x0020 macro
229 ltq_w8(port->x_char, port->membase + LTQ_ASC_TBUF); in lqasc_tx_chars()
239 port->membase + LTQ_ASC_TBUF); in lqasc_tx_chars()
590 ltq_w8(ch, port->membase + LTQ_ASC_TBUF); in lqasc_console_putchar()