Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/pn544/
H A Di2c.c43 #define PN544_HCI_I2C_LLC_MAX_SIZE (PN544_HCI_I2C_LLC_LEN_CRC + 1 + \ macro
132 #define PN544_FW_I2C_MAX_PAYLOAD PN544_HCI_I2C_LLC_MAX_SIZE
360 u8 tmp[PN544_HCI_I2C_LLC_MAX_SIZE - 1]; in pn544_hci_i2c_read()
370 (len > (PN544_HCI_I2C_LLC_MAX_SIZE - 1))) { in pn544_hci_i2c_read()