Searched refs:siu_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/tty/serial/ |
| D | vr41xx_siu.c | 59 #define siu_read(port, offset) readb((port)->membase + (offset)) macro 72 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface() 93 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda() 114 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_irda_module() 183 lsr = siu_read(port, UART_LSR); in siu_tx_empty() 213 msr = siu_read(port, UART_MSR); in siu_get_mctrl() 233 ier = siu_read(port, UART_IER); in siu_stop_tx() 247 ier = siu_read(port, UART_IER); in siu_start_tx() 261 ier = siu_read(port, UART_IER); in siu_stop_rx() 277 ier = siu_read(port, UART_IER); in siu_enable_ms() [all …]
|