Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st-nci/
Dspi.c39 #define ST_NCI_SPI_MAX_SIZE 250 /* req 4.2.1 */ macro
91 u8 buf[ST_NCI_SPI_MAX_SIZE + NCI_DATA_HDR_SIZE + in st_nci_spi_write()
136 u8 buf[ST_NCI_SPI_MAX_SIZE]; in st_nci_spi_read()
148 if (len > ST_NCI_SPI_MAX_SIZE) { in st_nci_spi_read()