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()
1795 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1)); in cy_write()
1796 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head)); in cy_write()
1803 (SERIAL_XMIT_SIZE - 1); in cy_write()
1843 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) { in cy_put_char()
1849 info->xmit_head &= SERIAL_XMIT_SIZE - 1; in cy_put_char()
1896 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1; in cy_write_room()