Home
last modified time | relevance | path

Searched refs:RT5514_SPI_BUF_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt5514-spi.c330 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()
H A Drt5514-spi.h13 * RT5514_SPI_BUF_LEN is the buffer size of SPI master controller.
15 #define RT5514_SPI_BUF_LEN 240 macro
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt5514-spi.c330 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()
H A Drt5514-spi.h13 * RT5514_SPI_BUF_LEN is the buffer size of SPI master controller.
15 #define RT5514_SPI_BUF_LEN 240 macro

Completed in 4 milliseconds