Lines Matching refs:SERIAL_XMIT_SIZE
95 #ifndef SERIAL_XMIT_SIZE
96 #define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096)) macro
666 (SERIAL_XMIT_SIZE - 1); in cyy_chip_tx()
673 (SERIAL_XMIT_SIZE - 1); in cyy_chip_tx()
1062 (SERIAL_XMIT_SIZE - info->xmit_tail), in cyz_handle_tx()
1076 (SERIAL_XMIT_SIZE - 1); in cyz_handle_tx()
1083 (SERIAL_XMIT_SIZE - 1); in cyz_handle_tx()
1831 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1)); in cy_write()
1832 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head)); in cy_write()
1839 (SERIAL_XMIT_SIZE - 1); in cy_write()
1879 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) { in cy_put_char()
1885 info->xmit_head &= SERIAL_XMIT_SIZE - 1; in cy_put_char()
1932 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1; in cy_write_room()