Searched refs:fw_header (Results 1 – 7 of 7) sorted by relevance
33 struct fw_header { struct209 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()440 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()453 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()463 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()464 sizeof(struct fw_header)); in saa7164_downloadfirmware()502 (sizeof(struct fw_header) + in saa7164_downloadfirmware()503 sizeof(struct fw_header)); in saa7164_downloadfirmware()505 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()529 sizeof(struct fw_header); in saa7164_downloadfirmware()[all …]
45 struct fw_header { struct120 struct fw_header *head; in xc_request_firmware()135 head = (struct fw_header *)fw->data; in xc_request_firmware()
1240 struct bts_header *fw_header; in fm_download_firmware() local1260 fw_header = (struct bts_header *)fw_data; in fm_download_firmware()1261 if (fw_header->magic != FM_FW_FILE_HEADER_MAGIC) { in fm_download_firmware()1266 fmdbg("FW(%s) magic number : 0x%x\n", fw_name, fw_header->magic); in fm_download_firmware()
2505 struct fw_header *fw_header; in fore200e_load_and_start_fw() local2529 fw_header = (struct fw_header *) firmware->data; in fore200e_load_and_start_fw()2530 load_addr = fore200e->virt_base + le32_to_cpu(fw_header->load_offset); in fore200e_load_and_start_fw()2535 if (le32_to_cpu(fw_header->magic) != FW_HEADER_MAGIC) { in fore200e_load_and_start_fw()2550 sprintf(buf, "\rgo %x\r", le32_to_cpu(fw_header->start_offset)); in fore200e_load_and_start_fw()
644 typedef struct fw_header { struct
139 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h