Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsccnxp.c46 #define SCCNXP_SR_REG (0x01) macro
55 #define SCCNXP_CSR_REG (SCCNXP_SR_REG)
389 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_rx()
454 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXEMT) { in sccnxp_handle_tx()
465 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_tx()
559 val = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_tx_empty()
835 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXRDY) { in sccnxp_console_putchar()