Searched refs:UART_FIFO_REG (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/bcm63xx/
H A Dearly_printk.c27 bcm_uart0_writel(c, UART_FIFO_REG); prom_putchar()
/linux-4.4.14/include/linux/
H A Dserial_bcm63xx.h106 #define UART_FIFO_REG 0x14 macro
/linux-4.4.14/drivers/tty/serial/
H A Dbcm63xx_uart.c267 cstat = c = bcm_uart_readl(port, UART_FIFO_REG); bcm_uart_do_rx()
319 bcm_uart_writel(port, port->x_char, UART_FIFO_REG); bcm_uart_do_tx()
342 bcm_uart_writel(port, c, UART_FIFO_REG); bcm_uart_do_tx()
437 (void)bcm_uart_readl(port, UART_FIFO_REG); bcm_uart_flush()
691 bcm_uart_writel(port, ch, UART_FIFO_REG); bcm_console_putchar()

Completed in 75 milliseconds