Searched refs:siu_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | vr41xx_siu.c | 55 #define siu_read(port, offset) readb((port)->membase + (offset)) macro 68 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface() 89 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda() 110 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_irda_module() 179 lsr = siu_read(port, UART_LSR); in siu_tx_empty() 209 msr = siu_read(port, UART_MSR); in siu_get_mctrl() 229 ier = siu_read(port, UART_IER); in siu_stop_tx() 243 ier = siu_read(port, UART_IER); in siu_start_tx() 257 ier = siu_read(port, UART_IER); in siu_stop_rx() 273 ier = siu_read(port, UART_IER); in siu_enable_ms() [all …]
|