Home
last modified time | relevance | path

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

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