Home
last modified time | relevance | path

Searched refs:boot_size (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dpmu.c88 info->boot_size = nvbios_rd32(bios, data + 0x1c) - in nvbios_pmuRm()
90 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
92 info->boot_size; in nvbios_pmuRm()
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
A Dpmu.h21 u32 boot_size; member
/drivers/gpu/drm/nouveau/nvkm/falcon/
A Dgm200.c298 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size, in gm200_flcn_fw_load()
A Dfw.c288 fw->boot_size = desc->code_size; in nvkm_falcon_fw_ctor_hs()
290 fw->boot_size, GFP_KERNEL); in nvkm_falcon_fw_ctor_hs()
/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
A Dfwsec.c210 fw->boot_size = bld->code_size; in nvkm_gsp_fwsec_v2()
211 fw->boot = kmemdup(bl->data + hdr->data_offset + bld->code_off, fw->boot_size, GFP_KERNEL); in nvkm_gsp_fwsec_v2()
/drivers/net/wireless/intel/iwlegacy/
A D3945-mac.c1766 IL3945_UCODE_GET(boot_size);
1786 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local
1830 boot_size = il3945_ucode_get_boot_size(ucode); in il3945_read_ucode()
1865 D_INFO("f/w package hdr boot inst size = %u\n", boot_size); in il3945_read_ucode()
1870 init_size + init_data_size + boot_size) { in il3945_read_ucode()
1902 if (boot_size > IL39_MAX_BSM_SIZE) { in il3945_read_ucode()
1904 boot_size); in il3945_read_ucode()
1940 if (boot_size) { in il3945_read_ucode()
1941 il->ucode_boot.len = boot_size; in il3945_read_ucode()
1984 len = boot_size; in il3945_read_ucode()
A D4965-mac.c4693 size_t inst_size, data_size, init_size, init_data_size, boot_size; member
4721 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4729 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4745 src += pieces->boot_size; in il4965_load_firmware()
4834 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size); in il4965_ucode_callback()
4861 if (pieces.boot_size > il->hw_params.max_bsm_size) { in il4965_ucode_callback()
4863 pieces.boot_size); in il4965_ucode_callback()
4898 if (pieces.boot_size) { in il4965_ucode_callback()
4899 il->ucode_boot.len = pieces.boot_size; in il4965_ucode_callback()
4946 pieces.boot_size); in il4965_ucode_callback()
[all …]
A Dcommon.h754 __le32 boot_size; /* bytes of bootstrap code */ member
/drivers/net/wireless/intel/iwlwifi/fw/
A Dfile.h22 __le32 boot_size; /* bytes of bootstrap code */ member
31 __le32 boot_size; /* bytes of bootstrap code */ member
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
A Dgm200.c101 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false); in pmu_load()
/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dfalcon.h129 u32 boot_size; member
/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.c3339 __le32 boot_size; member
3365 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) + in ipw_get_fw()
3471 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)]; in ipw_load()
3472 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load()
3505 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()

Completed in 62 milliseconds