Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dcyclades.c574 u8 save_xir, channel, save_car, outch; in cyy_chip_tx() local
600 outch = info->x_char; in cyy_chip_tx()
601 cyy_writeb(info, CyTDR, outch); in cyy_chip_tx()
652 outch = info->port.xmit_buf[info->xmit_tail]; in cyy_chip_tx()
653 if (outch) { in cyy_chip_tx()
657 cyy_writeb(info, CyTDR, outch); in cyy_chip_tx()
664 cyy_writeb(info, CyTDR, outch); in cyy_chip_tx()