Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dpch_uart.c299 #define PCH_REGS_BUFSIZE 1024 macro
311 buf = kzalloc(PCH_REGS_BUFSIZE, GFP_KERNEL); in port_show_regs()
315 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
318 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
320 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
322 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
324 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
326 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
328 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
330 len += snprintf(buf + len, PCH_REGS_BUFSIZE - len, in port_show_regs()
[all …]