Searched refs:fHdr (Results 1 – 1 of 1) sorted by relevance
1359 struct typhoon_file_header *fHdr; in typhoon_download_firmware() local1376 fHdr = (struct typhoon_file_header *) typhoon_firmware_image; in typhoon_download_firmware()1377 image_data = (u8 *) fHdr; in typhoon_download_firmware()1379 if(memcmp(fHdr->tag, "TYPHOON", 8)) { in typhoon_download_firmware()1410 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()1411 load_addr = le32_to_cpu(fHdr->startAddr); in typhoon_download_firmware()1415 hmac = le32_to_cpu(fHdr->hmacDigest[0]); in typhoon_download_firmware()1417 hmac = le32_to_cpu(fHdr->hmacDigest[1]); in typhoon_download_firmware()1419 hmac = le32_to_cpu(fHdr->hmacDigest[2]); in typhoon_download_firmware()1421 hmac = le32_to_cpu(fHdr->hmacDigest[3]); in typhoon_download_firmware()[all …]