Searched refs:siu_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | vr41xx_siu.c | 60 #define siu_write(port, offset, value) writeb((value), (port)->membase + (offset)) macro 77 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface() 98 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda() 131 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_irda_module() 139 siu_write(port, UART_FCR, UART_FCR_ENABLE_FIFO); in siu_clear_fifo() 140 siu_write(port, UART_FCR, UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | in siu_clear_fifo() 142 siu_write(port, UART_FCR, 0); in siu_clear_fifo() 205 siu_write(port, UART_MCR, mcr); in siu_set_mctrl() 235 siu_write(port, UART_IER, ier); in siu_stop_tx() 249 siu_write(port, UART_IER, ier); in siu_start_tx() [all …]
|