Searched refs:CY_SPI_WR_OP (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp4_spi.c | 23 #define CY_SPI_WR_OP 0x00 /* r/~w */ macro 57 if (op == CY_SPI_WR_OP) { in cyttsp_spi_xfer() 73 case CY_SPI_WR_OP: in cyttsp_spi_xfer() 125 rc = cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, NULL, 0); in cyttsp_spi_read_block_data() 136 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, in cyttsp_spi_write_block_data()
|
H A D | cyttsp_spi.c | 25 #define CY_SPI_WR_OP 0x00 /* r/~w */ macro 59 if (op == CY_SPI_WR_OP) in cyttsp_spi_xfer() 72 case CY_SPI_WR_OP: in cyttsp_spi_xfer() 130 return cyttsp_spi_xfer(dev, xfer_buf, CY_SPI_WR_OP, addr, (void *)data, in cyttsp_spi_write_block_data()
|