Searched refs:RT5514_SPI_BUF_LEN (Results 1 – 2 of 2) sorted by relevance
330 if (offset + RT5514_SPI_BUF_LEN <= len) in rt5514_spi_burst_read()331 end = RT5514_SPI_BUF_LEN; in rt5514_spi_burst_read()333 end = len % RT5514_SPI_BUF_LEN; in rt5514_spi_burst_read()361 offset += RT5514_SPI_BUF_LEN; in rt5514_spi_burst_read()403 write_buf = kmalloc(RT5514_SPI_BUF_LEN + 6, GFP_KERNEL); in rt5514_spi_burst_write()409 if (offset + RT5514_SPI_BUF_LEN <= len) in rt5514_spi_burst_write()410 end = RT5514_SPI_BUF_LEN; in rt5514_spi_burst_write()412 end = len % RT5514_SPI_BUF_LEN; in rt5514_spi_burst_write()435 offset += RT5514_SPI_BUF_LEN; in rt5514_spi_burst_write()
15 #define RT5514_SPI_BUF_LEN 240 macro