Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/tty/serial/
Dlantiq.c48 #define LTQ_ASC_TBUF (0x0020 + 3) macro
51 #define LTQ_ASC_TBUF 0x0020 macro
230 ltq_w8(port->x_char, port->membase + LTQ_ASC_TBUF); in lqasc_tx_chars()
240 port->membase + LTQ_ASC_TBUF); in lqasc_tx_chars()
591 ltq_w8(ch, port->membase + LTQ_ASC_TBUF); in lqasc_console_putchar()