Lines Matching defs:sigs
80 unsigned int sigs; /* Local copy of line sigs */
103 unsigned int sigs;
105 sigs = (altera_uart_readl(port, ALTERA_UART_STATUS_REG) &
107 sigs |= (pp->sigs & TIOCM_RTS);
109 return sigs;
126 static void altera_uart_set_mctrl(struct uart_port *port, unsigned int sigs)
130 pp->sigs = sigs;
131 if (sigs & TIOCM_RTS)