Searched refs:ucom_cons_tx_high (Results 1 – 1 of 1) sorted by relevance
128 static unsigned ucom_cons_tx_high = 0; variable466 ucom_cons_tx_high = 0; in ucom_attach_tty()1460 temp = ucom_cons_tx_high - ucom_cons_tx_low; in ucom_get_data()1727 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_tx_high + ucom_cons_tx_low; in ucom_cnputc()1731 ucom_cons_tx_buf[ucom_cons_tx_high] = c; in ucom_cnputc()1732 ucom_cons_tx_high ++; in ucom_cnputc()1733 ucom_cons_tx_high %= UCOM_CONS_BUFSIZE; in ucom_cnputc()