Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/pn544/
H A Di2c.c132 #define PN544_FW_I2C_MAX_PAYLOAD PN544_HCI_I2C_LLC_MAX_SIZE macro
134 #define PN544_FW_I2C_WRITE_DATA_MAX_LEN MIN((PN544_FW_I2C_MAX_PAYLOAD -\
138 #define PN544_FW_SECURE_CHUNK_WRITE_DATA_MAX_LEN (PN544_FW_I2C_MAX_PAYLOAD -\
561 u8 frame[PN544_FW_I2C_MAX_PAYLOAD]; in pn544_hci_i2c_fw_write_cmd()
658 u8 buf[PN544_FW_I2C_MAX_PAYLOAD]; in pn544_hci_i2c_fw_secure_write_frame_cmd()
698 if (phy->fw_blob_size > PN544_FW_I2C_MAX_PAYLOAD && in pn544_hci_i2c_fw_secure_write_frame()
703 if (phy->fw_blob_size < PN544_FW_I2C_MAX_PAYLOAD) { in pn544_hci_i2c_fw_secure_write_frame()