SERIAL_XMIT_SIZE  360 drivers/tty/amiserial.c 	info->xmit.tail = info->xmit.tail & (SERIAL_XMIT_SIZE-1);
SERIAL_XMIT_SIZE  365 drivers/tty/amiserial.c 		     SERIAL_XMIT_SIZE) < WAKEUP_CHARS)
SERIAL_XMIT_SIZE  795 drivers/tty/amiserial.c 		       SERIAL_XMIT_SIZE) == 0) {
SERIAL_XMIT_SIZE  801 drivers/tty/amiserial.c 	info->xmit.head &= SERIAL_XMIT_SIZE-1;
SERIAL_XMIT_SIZE  846 drivers/tty/amiserial.c 				      SERIAL_XMIT_SIZE);
SERIAL_XMIT_SIZE  854 drivers/tty/amiserial.c 				   (SERIAL_XMIT_SIZE-1));
SERIAL_XMIT_SIZE  883 drivers/tty/amiserial.c 	return CIRC_SPACE(info->xmit.head, info->xmit.tail, SERIAL_XMIT_SIZE);
SERIAL_XMIT_SIZE  892 drivers/tty/amiserial.c 	return CIRC_CNT(info->xmit.head, info->xmit.tail, SERIAL_XMIT_SIZE);
SERIAL_XMIT_SIZE   93 drivers/tty/cyclades.c #ifndef SERIAL_XMIT_SIZE
SERIAL_XMIT_SIZE  654 drivers/tty/cyclades.c 					(SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  661 drivers/tty/cyclades.c 					(SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE 1048 drivers/tty/cyclades.c 				(SERIAL_XMIT_SIZE - info->xmit_tail),
SERIAL_XMIT_SIZE 1061 drivers/tty/cyclades.c 				(SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE 1068 drivers/tty/cyclades.c 				(SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE 1782 drivers/tty/cyclades.c 		c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1));
SERIAL_XMIT_SIZE 1783 drivers/tty/cyclades.c 		c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head));
SERIAL_XMIT_SIZE 1790 drivers/tty/cyclades.c 			(SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE 1830 drivers/tty/cyclades.c 	if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) {
SERIAL_XMIT_SIZE 1836 drivers/tty/cyclades.c 	info->xmit_head &= SERIAL_XMIT_SIZE - 1;
SERIAL_XMIT_SIZE 1883 drivers/tty/cyclades.c 	ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
SERIAL_XMIT_SIZE  451 drivers/tty/isicom.c 			cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE
SERIAL_XMIT_SIZE  459 drivers/tty/isicom.c 						& (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  474 drivers/tty/isicom.c 				+ (word_count << 1)) & (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  481 drivers/tty/isicom.c 					& (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  946 drivers/tty/isicom.c 		cnt = min_t(int, count, min(SERIAL_XMIT_SIZE - port->xmit_cnt
SERIAL_XMIT_SIZE  947 drivers/tty/isicom.c 				- 1, SERIAL_XMIT_SIZE - port->xmit_head));
SERIAL_XMIT_SIZE  952 drivers/tty/isicom.c 		port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
SERIAL_XMIT_SIZE  976 drivers/tty/isicom.c 	if (port->xmit_cnt >= SERIAL_XMIT_SIZE - 1) {
SERIAL_XMIT_SIZE  982 drivers/tty/isicom.c 	port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE 1014 drivers/tty/isicom.c 	free = SERIAL_XMIT_SIZE - port->xmit_cnt - 1;
SERIAL_XMIT_SIZE  918 drivers/tty/mips_ejtag_fdc.c 	priv->xmit_size = min(tx_fifo * 4, (unsigned int)SERIAL_XMIT_SIZE);
SERIAL_XMIT_SIZE 1107 drivers/tty/mxser.c 		c = min_t(int, count, min(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
SERIAL_XMIT_SIZE 1108 drivers/tty/mxser.c 					  SERIAL_XMIT_SIZE - info->xmit_head));
SERIAL_XMIT_SIZE 1115 drivers/tty/mxser.c 				  (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE 1147 drivers/tty/mxser.c 	if (info->xmit_cnt >= SERIAL_XMIT_SIZE - 1)
SERIAL_XMIT_SIZE 1152 drivers/tty/mxser.c 	info->xmit_head &= SERIAL_XMIT_SIZE - 1;
SERIAL_XMIT_SIZE 1194 drivers/tty/mxser.c 	ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
SERIAL_XMIT_SIZE 2190 drivers/tty/mxser.c 		port->xmit_tail = port->xmit_tail & (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  161 drivers/tty/serial/meson_uart.c 		xmit->tail = (xmit->tail+1) & (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  200 drivers/tty/serial/owl-uart.c 		xmit->tail = (xmit->tail + 1) & (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  354 drivers/tty/serial/rda-uart.c 		xmit->tail = (xmit->tail + 1) & (SERIAL_XMIT_SIZE - 1);
SERIAL_XMIT_SIZE  315 drivers/tty/synclink.c #ifndef SERIAL_XMIT_SIZE
SERIAL_XMIT_SIZE 2020 drivers/tty/synclink.c 		if (info->xmit_cnt < SERIAL_XMIT_SIZE - 1) {
SERIAL_XMIT_SIZE 2022 drivers/tty/synclink.c 			info->xmit_head &= SERIAL_XMIT_SIZE-1;
SERIAL_XMIT_SIZE 2175 drivers/tty/synclink.c 				min(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
SERIAL_XMIT_SIZE 2176 drivers/tty/synclink.c 				    SERIAL_XMIT_SIZE - info->xmit_head));
SERIAL_XMIT_SIZE 2183 drivers/tty/synclink.c 					   (SERIAL_XMIT_SIZE-1));
SERIAL_XMIT_SIZE 2221 drivers/tty/synclink.c 	ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
SERIAL_XMIT_SIZE 5647 drivers/tty/synclink.c 			info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1);
SERIAL_XMIT_SIZE 5649 drivers/tty/synclink.c 			info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1);
SERIAL_XMIT_SIZE 5667 drivers/tty/synclink.c 				info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1);