Searched refs:siu_read (Results 1 – 1 of 1) sorted by relevance
/drivers/tty/serial/ |
D | vr41xx_siu.c | 72 #define siu_read(port, offset) readb((port)->membase + (offset)) macro 85 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface() 106 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda() 127 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_irda_module() 196 lsr = siu_read(port, UART_LSR); in siu_tx_empty() 226 msr = siu_read(port, UART_MSR); in siu_get_mctrl() 246 ier = siu_read(port, UART_IER); in siu_stop_tx() 260 ier = siu_read(port, UART_IER); in siu_start_tx() 274 ier = siu_read(port, UART_IER); in siu_stop_rx() 290 ier = siu_read(port, UART_IER); in siu_enable_ms() [all …]
|