Searched refs:RT5677_SPI_BUF_LEN (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
H A Drt5677-spi.c72 write_buf = kmalloc(RT5677_SPI_BUF_LEN + 6, GFP_KERNEL); rt5677_spi_burst_write()
78 if (offset + RT5677_SPI_BUF_LEN <= fw->size) rt5677_spi_burst_write()
79 end = RT5677_SPI_BUF_LEN; rt5677_spi_burst_write()
81 end = fw->size % RT5677_SPI_BUF_LEN; rt5677_spi_burst_write()
104 offset += RT5677_SPI_BUF_LEN; rt5677_spi_burst_write()
H A Drt5677-spi.h15 #define RT5677_SPI_BUF_LEN 240 macro

Completed in 55 milliseconds