Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-dw.c52 #define SPI_REGS_BUFSIZE 1024 macro
61 buf = kzalloc(SPI_REGS_BUFSIZE, GFP_KERNEL); in dw_spi_show_regs()
65 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
67 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
69 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
71 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
73 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
75 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
77 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
79 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
[all …]