Searched refs:UART_STAT (Results 1 – 1 of 1) sorted by relevance
58 #define UART_STAT 0x0C macro191 st = readl(port->membase + UART_STAT); in mvebu_uart_tx_empty()283 ret = readl(port->membase + UART_STAT); in mvebu_uart_rx_chars()285 writel(ret, port->membase + UART_STAT); in mvebu_uart_rx_chars()327 status = readl(port->membase + UART_STAT); in mvebu_uart_rx_chars()338 !(readl(port->membase + UART_STAT) & STAT_TX_FIFO_FUL), in mvebu_uart_tx_chars()346 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_isr()361 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_rx_isr()373 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_tx_isr()392 ret = readl(port->membase + UART_STAT); in mvebu_uart_startup()[all …]