Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/bcm63xx/
Dearly_printk.c28 bcm_uart0_writel(c, UART_FIFO_REG); in prom_putchar()
/linux-5.19.10/arch/arm/include/debug/
Dbcm63xx.S17 strb \rd, [\rx, #UART_FIFO_REG]
/linux-5.19.10/drivers/tty/serial/
Dbcm63xx_uart.c260 cstat = c = bcm_uart_readl(port, UART_FIFO_REG); in bcm_uart_do_rx()
310 bcm_uart_writel(port, port->x_char, UART_FIFO_REG); in bcm_uart_do_tx()
333 bcm_uart_writel(port, c, UART_FIFO_REG); in bcm_uart_do_tx()
428 (void)bcm_uart_readl(port, UART_FIFO_REG); in bcm_uart_flush()
687 bcm_uart_writel(port, ch, UART_FIFO_REG); in bcm_console_putchar()
/linux-5.19.10/include/linux/
Dserial_bcm63xx.h107 #define UART_FIFO_REG 0x14 macro