Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/esas2r/
Desas2r_flash.c630 static u8 chk_boot(u8 *boot_img, u32 length) in chk_boot() argument
632 struct esas2r_boot_image *bi = (struct esas2r_boot_image *)boot_img; in chk_boot()
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c3479 u8 *boot_img, *ucode_img, *fw_img; in ipw_load() local
3513 boot_img = &fw->data[0]; in ipw_load()
3548 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()