Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dsccnxp.c248 static u8 sccnxp_port_read(struct uart_port *port, u8 reg) in sccnxp_port_read() function
323 sccnxp_port_read(port, SCCNXP_START_COUNTER_REG); in sccnxp_set_baud()
394 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_rx()
399 ch = sccnxp_port_read(port, SCCNXP_RHR_REG); in sccnxp_handle_rx()
459 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXEMT) { in sccnxp_handle_tx()
470 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_tx()
565 val = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_tx_empty()
840 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXRDY) { in sccnxp_console_putchar()