Searched refs:sccnxp_port_read (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | sccnxp.c | 244 static u8 sccnxp_port_read(struct uart_port *port, u8 reg) in sccnxp_port_read() function 319 sccnxp_port_read(port, SCCNXP_START_COUNTER_REG); in sccnxp_set_baud() 389 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_rx() 394 ch = sccnxp_port_read(port, SCCNXP_RHR_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()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | sccnxp.c | 244 static u8 sccnxp_port_read(struct uart_port *port, u8 reg) in sccnxp_port_read() function 319 sccnxp_port_read(port, SCCNXP_START_COUNTER_REG); in sccnxp_set_baud() 390 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_rx() 395 ch = sccnxp_port_read(port, SCCNXP_RHR_REG); in sccnxp_handle_rx() 455 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXEMT) { in sccnxp_handle_tx() 466 sr = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_handle_tx() 561 val = sccnxp_port_read(port, SCCNXP_SR_REG); in sccnxp_tx_empty() 836 if (sccnxp_port_read(port, SCCNXP_SR_REG) & SR_TXRDY) { in sccnxp_console_putchar()
|