Searched refs:scts (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dbfin_5xx.c121 uart->scts = 1;
176 if (uart->scts && !(bfin_serial_get_mctrl(&uart->port) & TIOCM_CTS)) {
177 uart->scts = 0;
178 uart_handle_cts_change(&uart->port, uart->scts);
383 if (uart->scts && !(bfin_serial_get_mctrl(&uart->port) & TIOCM_CTS)) {
384 uart->scts = 0;
385 uart_handle_cts_change(&uart->port, uart->scts);
536 if (uart->scts && !(bfin_serial_get_mctrl(&uart->port)&TIOCM_CTS)) {
537 uart->scts = 0;
538 uart_handle_cts_change(&uart->port, uart->scts);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Dbfin_serial_5xx.h67 int scts; member in struct:bfin_serial_port

Completed in 86 milliseconds