Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st-nci/
H A Di2c.c27 #define ST_NCI_I2C_MAX_SIZE 250 /* req 4.2.1 */ macro
111 u8 buf[ST_NCI_I2C_MAX_SIZE]; in st_nci_i2c_read()
124 if (len > ST_NCI_I2C_MAX_SIZE) { in st_nci_i2c_read()