Home
last modified time | relevance | path

Searched refs:UART_MSR_ANY_DELTA (Results 1 – 16 of 16) sorted by relevance

/linux/include/uapi/linux/
A Dserial_reg.h153 #define UART_MSR_ANY_DELTA 0x0F /* Any of the delta bits! */ macro
/linux/include/linux/
A Dserial_8250.h125 #define MSR_SAVE_FLAGS UART_MSR_ANY_DELTA
/linux/drivers/tty/serial/
A Domap-serial.c80 #define MSR_SAVE_FLAGS UART_MSR_ANY_DELTA
442 if ((status & UART_MSR_ANY_DELTA) == 0) in check_modem_status()
445 if (status & UART_MSR_ANY_DELTA && up->ier & UART_IER_MSI && in check_modem_status()
A Dpxa.c224 if ((status & UART_MSR_ANY_DELTA) == 0) in check_modem_status()
A Dvr41xx_siu.c359 if ((msr & UART_MSR_ANY_DELTA) == 0) in check_modem_status()
A Dsunsu.c438 if ((status & UART_MSR_ANY_DELTA) == 0) in check_modem_status()
A Dserial-tegra.c816 if (!(msr & UART_MSR_ANY_DELTA)) in tegra_uart_handle_modem_signal_change()
A Dpch_uart.c1128 if ((msr & UART_MSR_ANY_DELTA) == 0) in pch_uart_interrupt()
/linux/drivers/usb/serial/
A Dssu100.c427 if (msr & UART_MSR_ANY_DELTA) { in ssu100_update_msr()
A Dark3116.c477 if (msr & UART_MSR_ANY_DELTA) { in ark3116_update_msr()
A Df81232.c216 if (!(current_msr & UART_MSR_ANY_DELTA)) { in f81232_read_msr()
A Dquatech2.c820 if (newMSR & UART_MSR_ANY_DELTA) { in qt2_update_msr()
A Df81534.c1019 if (!(msr & UART_MSR_ANY_DELTA)) in f81534_msr_changed()
/linux/drivers/tty/
A Dmxser.c1165 if (status & UART_MSR_ANY_DELTA) in mxser_tiocmget()
1711 if (msr & UART_MSR_ANY_DELTA) in mxser_port_isr()
/linux/drivers/mmc/core/
A Dsdio_uart.c470 if ((status & UART_MSR_ANY_DELTA) == 0) in sdio_uart_check_modem_status()
/linux/drivers/tty/serial/8250/
A D8250_port.c1865 if (status & UART_MSR_ANY_DELTA && up->ier & UART_IER_MSI && in serial8250_modem_status()

Completed in 43 milliseconds