Searched refs:PCH_REGS_BUFSIZE (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
H A D | pch_uart.c | 317 #define PCH_REGS_BUFSIZE 1024 macro 329 buf = kzalloc(PCH_REGS_BUFSIZE, GFP_KERNEL); port_show_regs() 333 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 336 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 338 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 340 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 342 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 344 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 346 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 348 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 350 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 356 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 358 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, port_show_regs() 362 if (len > PCH_REGS_BUFSIZE) port_show_regs() 363 len = PCH_REGS_BUFSIZE; port_show_regs()
|
Completed in 73 milliseconds