Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-dw.c46 #define SPI_REGS_BUFSIZE 1024 macro
55 buf = kzalloc(SPI_REGS_BUFSIZE, GFP_KERNEL); in dw_spi_show_regs()
59 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
61 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, in dw_spi_show_regs()
63 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, 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()
[all …]