bios_image 203 drivers/scsi/aic94xx/aic94xx_hwi.h const struct firmware *bios_image; bios_image 364 drivers/scsi/aic94xx/aic94xx_init.c err = request_firmware(&asd_ha->bios_image, bios_image 374 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr = (struct bios_file_header *)asd_ha->bios_image->data; bios_image 394 drivers/scsi/aic94xx/aic94xx_init.c if (hdr_ptr->filelen != asd_ha->bios_image->size) { bios_image 401 drivers/scsi/aic94xx/aic94xx_init.c csum += asd_ha->bios_image->data[i]; bios_image 411 drivers/scsi/aic94xx/aic94xx_init.c &asd_ha->bios_image->data[sizeof(*hdr_ptr)], bios_image 415 drivers/scsi/aic94xx/aic94xx_init.c &asd_ha->bios_image->data[sizeof(*hdr_ptr)], bios_image 420 drivers/scsi/aic94xx/aic94xx_init.c &asd_ha->bios_image->data[sizeof(header)], bios_image 425 drivers/scsi/aic94xx/aic94xx_init.c release_firmware(asd_ha->bios_image);