Home
last modified time | relevance | path

Searched refs:UART_MSR_DDSR (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h156 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
158 #define UART_MSR_ANY_DELTA (UART_MSR_DDCD|UART_MSR_TERI|UART_MSR_DDSR|UART_MSR_DCTS)
/openbmc/u-boot/include/
H A Dns16550.h181 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
/openbmc/linux/drivers/media/rc/
H A Dserial_ir.c84 .signal_pin_change = UART_MSR_DDSR,
95 .signal_pin_change = UART_MSR_DDSR,
114 .signal_pin_change = UART_MSR_DDSR,
/openbmc/u-boot/include/linux/
H A Dserial_reg.h141 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
/openbmc/linux/drivers/usb/serial/
H A Dssu100.c417 if (msr & UART_MSR_DDSR) in ssu100_update_msr()
H A Dark3116.c470 if (msr & UART_MSR_DDSR) in ark3116_update_msr()
H A Df81232.c222 if (current_msr & UART_MSR_DDSR) in f81232_read_msr()
H A Dquatech2.c806 if (newMSR & UART_MSR_DDSR) in qt2_update_msr()
H A Df81534.c1023 if (msr & UART_MSR_DDSR) in f81534_msr_changed()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c514 if (msignals & UART_MSR_DDSR) in cls_parse_modem()
H A Djsm_neo.c572 if (msignals & UART_MSR_DDSR) in neo_parse_modem()
/openbmc/linux/drivers/tty/serial/
H A Dpxa.c207 if (status & UART_MSR_DDSR) in check_modem_status()
H A Dsunsu.c443 if (status & UART_MSR_DDSR) in check_modem_status()
H A Dserial-tegra.c819 if (msr & UART_MSR_DDSR) in tegra_uart_handle_modem_signal_change()
H A Domap-serial.c424 if (status & UART_MSR_DDSR) in check_modem_status()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dw.c600 data->msr_mask_off |= UART_MSR_DDSR; in dw8250_probe()
H A D8250_port.c1861 if (status & UART_MSR_DDSR) in serial8250_modem_status()
/openbmc/qemu/hw/char/
H A Dserial.c78 #define UART_MSR_DDSR 0x02 /* Delta DSR */ macro
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c462 if (status & UART_MSR_DDSR) in sdio_uart_check_modem_status()
/openbmc/linux/samples/vfio-mdev/
H A Dmtty.c615 *buf = UART_MSR_DSR | UART_MSR_DDSR | UART_MSR_DCD; in handle_bar_read()
/openbmc/linux/drivers/tty/
H A Dmxser.c697 if (msr & UART_MSR_DDSR) in mxser_check_modem_status()