PCH_REGS_BUFSIZE  312 drivers/tty/serial/pch_uart.c 	buf = kzalloc(PCH_REGS_BUFSIZE, GFP_KERNEL);
PCH_REGS_BUFSIZE  316 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  319 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  321 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  323 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  325 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  327 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  329 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  331 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  333 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  339 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  341 drivers/tty/serial/pch_uart.c 	len += snprintf(buf + len, PCH_REGS_BUFSIZE - len,
PCH_REGS_BUFSIZE  345 drivers/tty/serial/pch_uart.c 	if (len > PCH_REGS_BUFSIZE)
PCH_REGS_BUFSIZE  346 drivers/tty/serial/pch_uart.c 		len = PCH_REGS_BUFSIZE;