Home
last modified time | relevance | path

Searched refs:PCH_REGS_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dpch_uart.c317 #define PCH_REGS_BUFSIZE 1024 macro
329 buf = kzalloc(PCH_REGS_BUFSIZE, GFP_KERNEL); in port_show_regs()
333 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
336 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
338 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
340 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
342 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
344 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
346 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
348 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
[all …]