Lines Matching refs:SERIAL_XMIT_SIZE
92 #ifndef SERIAL_XMIT_SIZE
93 #define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096)) macro
656 (SERIAL_XMIT_SIZE - 1); in cyy_chip_tx()
663 (SERIAL_XMIT_SIZE - 1); in cyy_chip_tx()
1052 (SERIAL_XMIT_SIZE - info->xmit_tail), in cyz_handle_tx()
1065 (SERIAL_XMIT_SIZE - 1); in cyz_handle_tx()
1072 (SERIAL_XMIT_SIZE - 1); in cyz_handle_tx()
1786 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1)); in cy_write()
1787 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head)); in cy_write()
1794 (SERIAL_XMIT_SIZE - 1); in cy_write()
1834 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) { in cy_put_char()
1840 info->xmit_head &= SERIAL_XMIT_SIZE - 1; in cy_put_char()
1887 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1; in cy_write_room()