Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c260 cstat = c = bcm_uart_readl(port, UART_FIFO_REG); in bcm_uart_do_rx()
314 bcm_uart_writel(port, ch, UART_FIFO_REG), in bcm_uart_do_tx()
401 (void)bcm_uart_readl(port, UART_FIFO_REG); in bcm_uart_flush()
622 return bcm_uart_readl(port, UART_FIFO_REG); in bcm_uart_poll_get_char()
631 bcm_uart_writel(port, c, UART_FIFO_REG); in bcm_uart_poll_put_char()
697 bcm_uart_writel(port, ch, UART_FIFO_REG); in bcm_console_putchar()
H A Desp32_uart.c26 #define UART_FIFO_REG 0x00 macro
227 u32 rx = esp32_uart_read(port, UART_FIFO_REG); in esp32_uart_rxint()
248 esp32_uart_write(port, UART_FIFO_REG, c); in esp32_uart_put_char()
494 return esp32_uart_read(port, UART_FIFO_REG); in esp32_uart_poll_get_char()
/linux/arch/mips/bcm63xx/
H A Dearly_printk.c28 bcm_uart0_writel(c, UART_FIFO_REG); in prom_putchar()
/linux/arch/arm/include/debug/
H A Dbcm63xx.S17 strb \rd, [\rx, #UART_FIFO_REG]
/linux/include/linux/
H A Dserial_bcm63xx.h107 #define UART_FIFO_REG 0x14 macro