Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_spi.c32 #define CY_SPI_DATA_BUF_SIZE (CY_SPI_CMD_BYTES + CY_SPI_DATA_SIZE) macro
42 u8 *rd_buf = &xfer_buf[CY_SPI_DATA_BUF_SIZE]; in cyttsp_spi_xfer()
52 memset(wr_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
53 memset(rd_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
156 CY_SPI_DATA_BUF_SIZE * 2); in cyttsp_spi_probe()
H A Dcyttsp4_spi.c34 #define CY_SPI_DATA_BUF_SIZE (CY_SPI_CMD_BYTES + CY_SPI_DATA_SIZE) macro
53 memset(wr_buf, 0, CY_SPI_DATA_BUF_SIZE); in cyttsp_spi_xfer()
162 CY_SPI_DATA_BUF_SIZE); in cyttsp4_spi_probe()