Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c61 ch->ch_t_tlevel = 8; in neo_set_cts_flow_control()
169 ch->ch_t_tlevel = 8; in neo_set_ixoff_flow_control()
212 ch->ch_t_tlevel = 16; in neo_set_no_input_flow_control()
250 ch->ch_t_tlevel = 16; in neo_set_no_output_flow_control()
522 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
551 if (len_written >= ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
H A Djsm_cls.c90 ch->ch_t_tlevel = 16; in cls_set_cts_flow_control()
177 ch->ch_t_tlevel = 16; in cls_set_no_output_flow_control()
294 ch->ch_t_tlevel = 16; in cls_set_no_input_flow_control()
490 if (len_written > ch->ch_t_tlevel) in cls_copy_data_from_queue_to_uart()
H A Djsm.h233 u8 ch_t_tlevel; /* Transmit Trigger level */ member