Lines Matching refs:fHdr
1274 const struct typhoon_file_header *fHdr; in typhoon_request_firmware() local
1297 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1298 if (memcmp(fHdr->tag, "TYPHOON", 8)) in typhoon_request_firmware()
1301 numSections = le32_to_cpu(fHdr->numSections); in typhoon_request_firmware()
1334 const struct typhoon_file_header *fHdr; in typhoon_download_firmware() local
1351 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1377 numSections = le32_to_cpu(fHdr->numSections); in typhoon_download_firmware()
1378 load_addr = le32_to_cpu(fHdr->startAddr); in typhoon_download_firmware()
1382 hmac = le32_to_cpu(fHdr->hmacDigest[0]); in typhoon_download_firmware()
1384 hmac = le32_to_cpu(fHdr->hmacDigest[1]); in typhoon_download_firmware()
1386 hmac = le32_to_cpu(fHdr->hmacDigest[2]); in typhoon_download_firmware()
1388 hmac = le32_to_cpu(fHdr->hmacDigest[3]); in typhoon_download_firmware()
1390 hmac = le32_to_cpu(fHdr->hmacDigest[4]); in typhoon_download_firmware()