Searched refs:RT5677_SPI_BUF_LEN (Results 1 – 2 of 2) sorted by relevance
72 write_buf = kmalloc(RT5677_SPI_BUF_LEN + 6, GFP_KERNEL); in rt5677_spi_burst_write()78 if (offset + RT5677_SPI_BUF_LEN <= fw->size) in rt5677_spi_burst_write()79 end = RT5677_SPI_BUF_LEN; in rt5677_spi_burst_write()81 end = fw->size % RT5677_SPI_BUF_LEN; in rt5677_spi_burst_write()104 offset += RT5677_SPI_BUF_LEN; in rt5677_spi_burst_write()
15 #define RT5677_SPI_BUF_LEN 240 macro