Searched refs:UART_USR (Results 1 – 11 of 11) sorted by relevance
21 #define UART_USR 0x1f /* In: UART Status Register */ macro72 usr = rockchip_fiq_read(t, UART_USR); in fiq_debugger_isr()82 (void)rockchip_fiq_read(t, UART_USR); in fiq_debugger_isr()165 while (!(rockchip_fiq_read(t, UART_USR) & UART_USR_TX_FIFO_NOT_FULL) && count--) in fiq_debugger_uart_putc()184 rockchip_fiq_read(t, UART_USR); in fiq_debugger_uart_getc()
35 #define UART_USR (0x7c) /* status register */ macro171 read32(uart_base + UART_USR); in _uart_init()280 sta = (uint32_t *)(uart->hw_base + UART_USR); in drv_uart_putc()320 (void)readb((void*)(uart_base + UART_USR)); in rt_hw_uart_isr()
33 #define UART_USR 0x1f /* UART Status Register */ macro227 while ((dw8250_read32(base, UART_USR) & 0x2) == 0) in dw8250_uart_putc()297 dw8250_read32(uart->hw_base, UART_USR); in rt_hw_uart_isr()
51 #define UART_USR 0x1f /* UART Status Register */ macro
237 dw8250_read32(uart->hw_base, UART_USR); in rt_hw_uart_isr()
31 #define UART_USR (0X7C) macro
259 sta = (rt_uint32_t *)(uart->hw_base + UART_USR); in uart_putc()277 sta = (rt_uint32_t *)(uart->hw_base + UART_USR); in uart_getc()
236 #define UART_USR (0x7c) /* status register */ macro690 while (!(hal_readl(uart_base + UART_USR) & UART_USR_TFNF)) in _uart_putc()715 if (hal_readl(uart_base + UART_USR) & UART_USR_RFNE) in _uart_getc()740 while (remain && (hal_readl(uart_base + UART_USR) & UART_USR_TFNF)) in _uart_transmit()811 (void)hal_readb(uart_base + UART_USR); in uart_irq_handler()
56 #define UART_USR (0x7c) /* status register */ macro
378 (void)hal_readb(uart_base + UART_USR); in uart_handle_busy()723 sta = (uint32_t *)(sunxi_uart_port[devid] + UART_USR); in _uart_putc()763 sta = (uint32_t *)(sunxi_uart_port[devid] + UART_USR); in _uart_getc()
5454 #define UART_USR (0x0U) macro
Completed in 98 milliseconds