Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/st-nci/
Di2c.c39 #define ST_NCI_I2C_MAX_SIZE 250 /* req 4.2.1 */ macro
129 u8 buf[ST_NCI_I2C_MAX_SIZE]; in st_nci_i2c_read()
142 if (len > ST_NCI_I2C_MAX_SIZE) { in st_nci_i2c_read()