Searched refs:ucom_cons_tx_high (Results 1 – 1 of 1) sorted by relevance
134 static unsigned int ucom_cons_tx_high = 0; variable530 ucom_cons_tx_high = 0; in ucom_attach_tty()1861 temp = ucom_cons_tx_high - ucom_cons_tx_low; in ucom_get_data()2213 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_tx_high + ucom_cons_tx_low;2217 ucom_cons_tx_buf[ucom_cons_tx_high] = c;2218 ucom_cons_tx_high ++;2219 ucom_cons_tx_high %= UCOM_CONS_BUFSIZE;