Home
last modified time | relevance | path

Searched refs:IR_SPI_MAX_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/rc/
H A Dir-spi.c24 #define IR_SPI_MAX_BUFSIZE 4096 macro
30 u16 tx_buf[IR_SPI_MAX_BUFSIZE];
55 if (len + periods >= IR_SPI_MAX_BUFSIZE) in ir_spi_tx()