Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/s3fwrn5/
H A Dfirmware.c97 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_get_bootinfo()
134 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_enter_update_mode()
154 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_enter_update_mode()
174 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) in s3fwrn5_fw_enter_update_mode()
205 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_update_sector()
226 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_update_sector()
260 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) in s3fwrn5_fw_complete_update_mode()
H A Dfirmware.h18 #define S3FWRN5_FW_RET_SUCCESS 0x00 macro