Searched refs:serial8250_out_MCR (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_port.c | 571 serial8250_out_MCR(p, mcr); in serial8250_em485_rts_after_send() 830 serial8250_out_MCR(up, UART_MCR_LOOP); in size_fifo() 842 serial8250_out_MCR(up, old_mcr); in size_fifo() 1088 serial8250_out_MCR(up, status1 ^ UART_MCR_LOOP); in autoconfig_16550a() 1092 serial8250_out_MCR(up, status1); in autoconfig_16550a() 1279 serial8250_out_MCR(up, UART_MCR_LOOP | 0x0A); in autoconfig() 1281 serial8250_out_MCR(up, save_mcr); in autoconfig() 1347 serial8250_out_MCR(up, save_mcr); in autoconfig() 1396 serial8250_out_MCR(up, UART_MCR_OUT1 | UART_MCR_OUT2); in autoconfig_irq() 1399 serial8250_out_MCR(up, 0); in autoconfig_irq() [all …]
|
D | 8250.h | 142 static inline void serial8250_out_MCR(struct uart_8250_port *up, int value) in serial8250_out_MCR() function
|
D | 8250_omap.c | 285 serial8250_out_MCR(up, UART_MCR_TCRTLR); in omap8250_restore_regs() 301 serial8250_out_MCR(up, up->mcr); in omap8250_restore_regs()
|