Home
last modified time | relevance | path

Searched refs:ch_t_tlevel (Results 1 – 6 of 6) sorted by relevance

/drivers/tty/serial/jsm/
Djsm_neo.c70 ch->ch_t_tlevel = 8; in neo_set_cts_flow_control()
178 ch->ch_t_tlevel = 8; in neo_set_ixoff_flow_control()
221 ch->ch_t_tlevel = 16; in neo_set_no_input_flow_control()
259 ch->ch_t_tlevel = 16; in neo_set_no_output_flow_control()
533 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
562 if (len_written >= ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
Djsm_cls.c99 ch->ch_t_tlevel = 16; in cls_set_cts_flow_control()
186 ch->ch_t_tlevel = 16; in cls_set_no_output_flow_control()
303 ch->ch_t_tlevel = 16; in cls_set_no_input_flow_control()
503 if (len_written > ch->ch_t_tlevel) in cls_copy_data_from_queue_to_uart()
Djsm.h242 u8 ch_t_tlevel; /* Transmit Trigger level */ member
/drivers/staging/dgnc/
Ddgnc_neo.c124 ch->ch_t_tlevel = 8; in neo_set_cts_flow_control()
241 ch->ch_t_tlevel = 8; in neo_set_ixoff_flow_control()
286 ch->ch_t_tlevel = 16; in neo_set_no_input_flow_control()
326 ch->ch_t_tlevel = 16; in neo_set_no_output_flow_control()
1472 if ((unsigned int)n > ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
1475 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
Ddgnc_cls.c67 ch->ch_t_tlevel = 16; in cls_set_cts_flow_control()
154 ch->ch_t_tlevel = 16; in cls_set_no_output_flow_control()
271 ch->ch_t_tlevel = 16; in cls_set_no_input_flow_control()
Ddgnc_driver.h351 unsigned char ch_t_tlevel; /* Transmit Trigger level */ member