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()285 ret = readl(port->membase + UART_STAT); in mvebu_uart_rx_chars()287 writel(ret, port->membase + UART_STAT); in mvebu_uart_rx_chars()329 status = readl(port->membase + UART_STAT); in mvebu_uart_rx_chars()340 !(readl(port->membase + UART_STAT) & STAT_TX_FIFO_FUL), in mvebu_uart_tx_chars()348 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_isr()363 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_rx_isr()375 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_tx_isr()394 ret = readl(port->membase + UART_STAT); in mvebu_uart_startup()[all …]