Searched refs:ucom_cons_tx_high (Results 1 – 1 of 1) sorted by relevance
130 static unsigned int ucom_cons_tx_high = 0; variable470 ucom_cons_tx_high = 0; in ucom_attach_tty()1407 temp = ucom_cons_tx_high - ucom_cons_tx_low; in ucom_get_data()1677 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_tx_high + ucom_cons_tx_low; in ucom_cnputc()1681 ucom_cons_tx_buf[ucom_cons_tx_high] = c; in ucom_cnputc()1682 ucom_cons_tx_high ++; in ucom_cnputc()1683 ucom_cons_tx_high %= UCOM_CONS_BUFSIZE; in ucom_cnputc()