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()286 ret = readl(port->membase + UART_STAT); in mvebu_uart_rx_chars()288 writel(ret, port->membase + UART_STAT); in mvebu_uart_rx_chars()330 status = readl(port->membase + UART_STAT); in mvebu_uart_rx_chars()362 st = readl(port->membase + UART_STAT); in mvebu_uart_tx_chars()377 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_isr()392 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_rx_isr()404 unsigned int st = readl(port->membase + UART_STAT); in mvebu_uart_tx_isr()423 ret = readl(port->membase + UART_STAT); in mvebu_uart_startup()[all …]