Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st-nci/
Di2c.c38 #define ST_NCI_I2C_MAX_SIZE 250 /* req 4.2.1 */ macro
122 u8 buf[ST_NCI_I2C_MAX_SIZE]; in st_nci_i2c_read()
135 if (len > ST_NCI_I2C_MAX_SIZE) { in st_nci_i2c_read()