Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-dw.c44 #define SPI_REGS_BUFSIZE 1024 macro
53 buf = kzalloc(SPI_REGS_BUFSIZE, GFP_KERNEL); in dw_spi_show_regs()
57 len += snprintf(buf + len, SPI_REGS_BUFSIZE - len, 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()
[all …]