Home
last modified time | relevance | path

Searched refs:fctr (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/tty/serial/jsm/
Djsm_neo.c57 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); in neo_set_cts_flow_control()
88 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); in neo_set_rts_flow_control()
127 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); in neo_set_ixon_flow_control()
166 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); in neo_set_ixoff_flow_control()
207 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); in neo_set_no_input_flow_control()
245 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_8DELAY), &ch->ch_neo_uart->fctr); in neo_set_no_output_flow_control()
Djsm.h323 u8 fctr; /* WR FCTR - Feature Control Reg */ member
/linux-6.1.9/drivers/tty/serial/8250/
D8250_port.c2271 unsigned char fctr; in serial8250_do_startup() local
2275 fctr = serial_in(up, UART_FCTR) & ~(UART_FCTR_RX|UART_FCTR_TX); in serial8250_do_startup()
2277 fctr | UART_FCTR_TRGD | UART_FCTR_RX); in serial8250_do_startup()
2280 fctr | UART_FCTR_TRGD | UART_FCTR_TX); in serial8250_do_startup()