Searched defs:sigs (Results 1 - 3 of 3) sorted by relevance

/drivers/tty/serial/
H A Daltera_jtaguart.c62 unsigned int sigs; /* Local copy of line sigs */ member in struct:altera_jtaguart
77 static void altera_jtaguart_set_mctrl(struct uart_port *port, unsigned int sigs) argument
H A Dmcf.c56 unsigned int sigs; /* Local copy of line sigs */ member in struct:mcf_uart
73 unsigned int sigs; local
75 sigs = (readb(port->membase + MCFUART_UIPR) & MCFUART_UIPR_CTS) ?
77 sigs |= (pp->sigs & TIOCM_RTS);
78 sigs |= (mcf_getppdcd(port->line) ? TIOCM_CD : 0);
79 sigs |= (mcf_getppdtr(port->line) ? TIOCM_DTR : 0);
81 return sigs;
86 static void mcf_set_mctrl(struct uart_port *port, unsigned int sigs) argument
[all...]
H A Daltera_uart.c84 unsigned int sigs; /* Local copy of line sigs */ member in struct:altera_uart
107 unsigned int sigs; local
109 sigs = (altera_uart_readl(port, ALTERA_UART_STATUS_REG) &
111 sigs |= (pp->sigs & TIOCM_RTS);
113 return sigs;
116 static void altera_uart_set_mctrl(struct uart_port *port, unsigned int sigs) argument
120 pp->sigs = sigs;
[all...]

Completed in 349 milliseconds