Lines Matching refs:SERIAL_XMIT_SIZE
93 #ifndef SERIAL_XMIT_SIZE
94 #define SERIAL_XMIT_SIZE (min(PAGE_SIZE, 4096)) macro
654 (SERIAL_XMIT_SIZE - 1); in cyy_chip_tx()
661 (SERIAL_XMIT_SIZE - 1); in cyy_chip_tx()
1048 (SERIAL_XMIT_SIZE - info->xmit_tail), in cyz_handle_tx()
1061 (SERIAL_XMIT_SIZE - 1); in cyz_handle_tx()
1068 (SERIAL_XMIT_SIZE - 1); in cyz_handle_tx()
1782 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1)); in cy_write()
1783 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head)); in cy_write()
1790 (SERIAL_XMIT_SIZE - 1); in cy_write()
1830 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) { in cy_put_char()
1836 info->xmit_head &= SERIAL_XMIT_SIZE - 1; in cy_put_char()
1883 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1; in cy_write_room()