Searched refs:ch_startc (Results 1 – 4 of 4) sorted by relevance
114 writeb(ch->ch_startc, &ch->ch_cls_uart->mcr); in cls_set_ixon_flow_control()240 writeb(ch->ch_startc, &ch->ch_cls_uart->mcr); in cls_set_ixoff_flow_control()653 if (ch->ch_startc != __DISABLED_CHAR) { in cls_send_start_character()655 writeb(ch->ch_startc, &ch->ch_cls_uart->txrx); in cls_send_start_character()763 if ((ch->ch_startc == __DISABLED_CHAR) || in cls_param()778 if ((ch->ch_startc == __DISABLED_CHAR) || in cls_param()
134 writeb(ch->ch_startc, &ch->ch_neo_uart->xonchar1); in neo_set_ixon_flow_control()172 writeb(ch->ch_startc, &ch->ch_neo_uart->xonchar1); in neo_set_ixoff_flow_control()268 writeb(ch->ch_startc, &ch->ch_neo_uart->xonchar1); in neo_set_new_start_stop_chars()1037 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()1049 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()1256 if (ch->ch_startc != __DISABLED_CHAR) { in neo_send_start_character()1258 writeb(ch->ch_startc, &ch->ch_neo_uart->txrx); in neo_send_start_character()
210 u8 ch_startc; /* Start character */ member
250 channel->ch_startc = termios->c_cc[VSTART]; in jsm_tty_open()315 channel->ch_startc = termios->c_cc[VSTART]; in jsm_tty_set_termios()