Home
last modified time | relevance | path

Searched refs:UART_MSR_RI (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/include/linux/
H A Dserial.h32 UART_MSR_RI | \
/openbmc/linux/drivers/bluetooth/
H A Ddtl1_cs.c342 if (info->ri_latch ^ (msr & UART_MSR_RI)) { in dtl1_interrupt()
343 info->ri_latch = msr & UART_MSR_RI; in dtl1_interrupt()
482 & UART_MSR_RI; in dtl1_open()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c527 if (msignals & UART_MSR_RI) in cls_parse_modem()
528 ch->ch_mistat |= UART_MSR_RI; in cls_parse_modem()
530 ch->ch_mistat &= ~UART_MSR_RI; in cls_parse_modem()
544 !!((ch->ch_mistat | ch->ch_mostat) & UART_MSR_RI), in cls_parse_modem()
H A Djsm_neo.c584 if (msignals & UART_MSR_RI) in neo_parse_modem()
585 ch->ch_mistat |= UART_MSR_RI; in neo_parse_modem()
587 ch->ch_mistat &= ~UART_MSR_RI; in neo_parse_modem()
601 !!((ch->ch_mistat | ch->ch_mostat) & UART_MSR_RI), in neo_parse_modem()
H A Djsm_tty.c46 if (mstat & UART_MSR_RI) in jsm_get_mstat()
/openbmc/qemu/hw/char/
H A Dserial.c73 #define UART_MSR_RI 0x40 /* Ring Indicator */ macro
203 s->msr = (flags & CHR_TIOCM_RI) ? s->msr | UART_MSR_RI : s->msr & ~UART_MSR_RI; in serial_update_msl()
209 if ((s->msr & UART_MSR_TERI) && !(omsr & UART_MSR_RI)) in serial_update_msl()
/openbmc/u-boot/include/
H A Dns16550.h176 #define UART_MSR_RI 0x40 /* Ring Indicator */ macro
/openbmc/u-boot/include/linux/
H A Dserial_reg.h136 #define UART_MSR_RI 0x40 /* Ring Indicator */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h151 #define UART_MSR_RI 0x40 /* Ring Indicator */ macro
/openbmc/linux/drivers/ssb/
H A Ddriver_extif.c48 msr = regs[UART_MSR] & (UART_MSR_DCD | UART_MSR_RI in serial_exists()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250.h262 if (msr & UART_MSR_RI) in serial8250_MSR_to_TIOCM()
H A D8250_dw.c611 data->msr_mask_off |= UART_MSR_RI; in dw8250_probe()
/openbmc/linux/drivers/usb/serial/
H A Dssu100.c371 (d[1] & UART_MSR_RI ? TIOCM_RI : 0) | in ssu100_tiocmget()
H A Dark3116.c392 (status & UART_MSR_RI ? TIOCM_RI : 0) | in ark3116_tiocmget()
H A Df81534.c770 msr_mask = UART_MSR_DCD | UART_MSR_RI | UART_MSR_DSR | UART_MSR_CTS; in f81534_check_port_hw_disabled()
1447 (msr & UART_MSR_RI ? TIOCM_RI : 0) | in f81534_tiocmget()
H A Df81232.c686 (msr & UART_MSR_RI ? TIOCM_RI : 0) | in f81232_tiocmget()
H A Dquatech2.c727 (d[1] & UART_MSR_RI ? TIOCM_RI : 0) | in qt2_tiocmget()
H A Dmxuport.c754 ((msr & UART_MSR_RI) ? TIOCM_RI : 0) | /* 0x080 */ in mxuport_tiocmget()
H A Dmos7720.c1572 | ((msr & UART_MSR_RI) ? TIOCM_RI : 0) /* 0x080 */ in mos7720_tiocmget()
/openbmc/linux/drivers/tty/serial/
H A Dpxa.c263 if (status & UART_MSR_RI) in serial_pxa_get_mctrl()
H A Dsunsu.c567 if (status & UART_MSR_RI) in sunsu_get_mctrl()
H A Domap-serial.c601 if (status & UART_MSR_RI) in serial_omap_get_mctrl()
H A Dpch_uart.c1116 if (modem & UART_MSR_RI) in pch_uart_get_mctrl()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c205 if (status & UART_MSR_RI) in sdio_uart_get_mctrl()
/openbmc/linux/drivers/tty/
H A Dmxser.c1115 ((msr & UART_MSR_RI) ? TIOCM_RNG : 0) | in mxser_tiocmget()