Searched refs:sccnxp_port_read (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dsccnxp.c225 static inline u8 sccnxp_port_read(struct uart_port *port, u8 reg) sccnxp_port_read() function
359 sr = sccnxp_port_read(port, SCCNXP_SR_REG); sccnxp_handle_rx()
364 ch = sccnxp_port_read(port, SCCNXP_RHR_REG); sccnxp_handle_rx()
424 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXEMT) { sccnxp_handle_tx()
435 sr = sccnxp_port_read(port, SCCNXP_SR_REG); sccnxp_handle_tx()
530 val = sccnxp_port_read(port, SCCNXP_SR_REG); sccnxp_tx_empty()
805 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXRDY) { sccnxp_console_putchar()

Completed in 37 milliseconds