Searched refs:fctr (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/dgnc/ |
H A D | dgnc_neo.h | 39 u8 fctr; /* WR FCTR - Feature Control Reg */ member in struct:neo_uart_struct
|
H A D | dgnc_neo.c | 123 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); neo_set_cts_flow_control() 158 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); neo_set_rts_flow_control() 196 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_ixon_flow_control() 235 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_ixoff_flow_control() 277 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_no_input_flow_control() 315 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_no_output_flow_control()
|
/linux-4.1.27/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 66 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); neo_set_cts_flow_control() 97 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); neo_set_rts_flow_control() 136 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_ixon_flow_control() 175 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_ixoff_flow_control() 216 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_no_input_flow_control() 254 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); neo_set_no_output_flow_control()
|
H A D | jsm.h | 332 u8 fctr; /* WR FCTR - Feature Control Reg */ member in struct:neo_uart_struct
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 2218 unsigned char fctr; serial8250_do_startup() local 2222 fctr = serial_in(up, UART_FCTR) & ~(UART_FCTR_RX|UART_FCTR_TX); serial8250_do_startup() 2224 fctr | UART_FCTR_TRGD | UART_FCTR_RX); serial8250_do_startup() 2227 fctr | UART_FCTR_TRGD | UART_FCTR_TX); serial8250_do_startup()
|
Completed in 400 milliseconds