len__              75 drivers/tty/nozomi.c #define DUMP(buf__, len__)						\
len__              78 drivers/tty/nozomi.c 		if (len__ > 1) {					\
len__              79 drivers/tty/nozomi.c 			u32 data_len = min_t(u32, len__, TMP_BUF_MAX);	\
len__              83 drivers/tty/nozomi.c 			DBG1("SENDING: '%s' (%d+n)", tbuf, len__);	\
len__              85 drivers/tty/nozomi.c 			DBG1("SENDING: '%s' (%d)", tbuf, len__);	\