Searched refs:ch_t_tlevel (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c61 ch->ch_t_tlevel = 8;
169 ch->ch_t_tlevel = 8;
212 ch->ch_t_tlevel = 16;
250 ch->ch_t_tlevel = 16;
521 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel;
539 if (len_written >= ch->ch_t_tlevel)
H A Djsm_cls.c90 ch->ch_t_tlevel = 16;
177 ch->ch_t_tlevel = 16;
294 ch->ch_t_tlevel = 16;
476 if (len_written > ch->ch_t_tlevel)
H A Djsm.h228 u8 ch_t_tlevel; /* Transmit Trigger level */ member in struct:jsm_channel

Completed in 173 milliseconds