RT5514_SPI_BUF_LEN  330 sound/soc/codecs/rt5514-spi.c 		if (offset + RT5514_SPI_BUF_LEN <= len)
RT5514_SPI_BUF_LEN  331 sound/soc/codecs/rt5514-spi.c 			end = RT5514_SPI_BUF_LEN;
RT5514_SPI_BUF_LEN  333 sound/soc/codecs/rt5514-spi.c 			end = len % RT5514_SPI_BUF_LEN;
RT5514_SPI_BUF_LEN  361 sound/soc/codecs/rt5514-spi.c 		offset += RT5514_SPI_BUF_LEN;
RT5514_SPI_BUF_LEN  403 sound/soc/codecs/rt5514-spi.c 	write_buf = kmalloc(RT5514_SPI_BUF_LEN + 6, GFP_KERNEL);
RT5514_SPI_BUF_LEN  409 sound/soc/codecs/rt5514-spi.c 		if (offset + RT5514_SPI_BUF_LEN <= len)
RT5514_SPI_BUF_LEN  410 sound/soc/codecs/rt5514-spi.c 			end = RT5514_SPI_BUF_LEN;
RT5514_SPI_BUF_LEN  412 sound/soc/codecs/rt5514-spi.c 			end = len % RT5514_SPI_BUF_LEN;
RT5514_SPI_BUF_LEN  435 sound/soc/codecs/rt5514-spi.c 		offset += RT5514_SPI_BUF_LEN;