char_length       862 drivers/tty/serial/ucc_uart.c 	u8 char_length = 2; /* 1 + CL + PEN + 1 + SL */
char_length       878 drivers/tty/serial/ucc_uart.c 		char_length += 5;
char_length       883 drivers/tty/serial/ucc_uart.c 		char_length += 6;
char_length       888 drivers/tty/serial/ucc_uart.c 		char_length += 7;
char_length       893 drivers/tty/serial/ucc_uart.c 		char_length += 8;
char_length       901 drivers/tty/serial/ucc_uart.c 		char_length++;  /* + SL */
char_length       907 drivers/tty/serial/ucc_uart.c 		char_length++;  /* + PEN */
char_length       962 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->rx_length, char_length);