Searched refs:serial8250_out_MCR (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/tty/serial/8250/ |
D | 8250_bcm2835aux.c | 61 serial8250_out_MCR(up, 0); in bcm2835aux_rs485_start_tx() 63 serial8250_out_MCR(up, UART_MCR_RTS); in bcm2835aux_rs485_start_tx() 69 serial8250_out_MCR(up, 0); in bcm2835aux_rs485_stop_tx() 71 serial8250_out_MCR(up, UART_MCR_RTS); in bcm2835aux_rs485_stop_tx()
|
D | 8250_port.c | 856 serial8250_out_MCR(up, UART_MCR_LOOP); in size_fifo() 868 serial8250_out_MCR(up, old_mcr); in size_fifo() 1096 serial8250_out_MCR(up, status1 ^ UART_MCR_LOOP); in autoconfig_16550a() 1100 serial8250_out_MCR(up, status1); in autoconfig_16550a() 1275 serial8250_out_MCR(up, UART_MCR_LOOP | 0x0A); in autoconfig() 1277 serial8250_out_MCR(up, save_mcr); in autoconfig() 1343 serial8250_out_MCR(up, save_mcr); in autoconfig() 1392 serial8250_out_MCR(up, UART_MCR_OUT1 | UART_MCR_OUT2); in autoconfig_irq() 1395 serial8250_out_MCR(up, 0); in autoconfig_irq() 1398 serial8250_out_MCR(up, UART_MCR_DTR | UART_MCR_RTS); in autoconfig_irq() [all …]
|
D | 8250.h | 218 static inline void serial8250_out_MCR(struct uart_8250_port *up, int value) in serial8250_out_MCR() function
|
D | 8250_omap.c | 306 serial8250_out_MCR(up, UART_MCR_TCRTLR); in omap8250_restore_regs() 322 serial8250_out_MCR(up, up->mcr); in omap8250_restore_regs()
|