Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial.h32 UART_MSR_RI | \
/linux/include/uapi/linux/
H A Dserial_reg.h152 #define UART_MSR_RI 0x40 /* Ring Indicator */ macro
/linux/drivers/ssb/
H A Ddriver_extif.c48 msr = regs[UART_MSR] & (UART_MSR_DCD | UART_MSR_RI in serial_exists()
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c46 if (mstat & UART_MSR_RI) in jsm_get_mstat()
/linux/drivers/tty/serial/8250/
H A D8250_dw.c704 data->msr_mask_off |= UART_MSR_RI; in dw8250_probe()
/linux/drivers/mmc/core/
H A Dsdio_uart.c203 if (status & UART_MSR_RI) in sdio_uart_get_mctrl()
/linux/drivers/usb/serial/
H A Dmxuport.c752 ((msr & UART_MSR_RI) ? TIOCM_RI : 0) | /* 0x080 */ in mxuport_tiocmget()