Searched refs:siu_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | vr41xx_siu.c | 73 #define siu_write(port, offset, value) writeb((value), (port)->membase + (offset)) macro 90 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface() 111 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda() 144 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_irda_module() 152 siu_write(port, UART_FCR, UART_FCR_ENABLE_FIFO); in siu_clear_fifo() 153 siu_write(port, UART_FCR, UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | in siu_clear_fifo() 155 siu_write(port, UART_FCR, 0); in siu_clear_fifo() 218 siu_write(port, UART_MCR, mcr); in siu_set_mctrl() 248 siu_write(port, UART_IER, ier); in siu_stop_tx() 262 siu_write(port, UART_IER, ier); in siu_start_tx() [all …]
|