Searched refs:boot_size (Results 1 - 14 of 14) sorted by relevance

/linux-master/block/partitions/
H A Dmac.h23 __be32 boot_size; member in struct:mac_partition
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpmu.h21 u32 boot_size; member in struct:nvbios_pmuR
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpmu.c88 info->boot_size = nvbios_rd32(bios, data + 0x1c) -
90 info->code_addr = info->boot_addr + info->boot_size;
92 info->boot_size;
/linux-master/arch/alpha/boot/
H A Dmain.c124 long result, boot_size = &_end - (char *) BOOT_ADDR; local
134 return callback_read(dev, count, (void *)addr, boot_size/512 + 1);
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c298 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size,
H A Dfw.c281 fw->boot_size = desc->code_size;
283 fw->boot_size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dfwsec.c210 fw->boot_size = bld->code_size;
211 fw->boot = kmemdup(bl->data + hdr->data_offset + bld->code_off, fw->boot_size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c101 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h22 __le32 boot_size; /* bytes of bootstrap code */ member in struct:iwl_ucode_header::__anon1000::__anon1001
31 __le32 boot_size; /* bytes of bootstrap code */ member in struct:iwl_ucode_header::__anon1000::__anon1002
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h129 u32 boot_size; member in struct:nvkm_falcon_fw
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1804 IL3945_UCODE_GET(boot_size); variable
1824 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; local
1868 boot_size = il3945_ucode_get_boot_size(ucode);
1903 D_INFO("f/w package hdr boot inst size = %u\n", boot_size);
1908 init_size + init_data_size + boot_size) {
1940 if (boot_size > IL39_MAX_BSM_SIZE) {
1942 boot_size);
1978 if (boot_size) {
1979 il->ucode_boot.len = boot_size;
2022 len = boot_size;
[all...]
H A D4965-mac.c4690 size_t inst_size, data_size, init_size, init_data_size, boot_size; member in struct:il4965_firmware_pieces
4718 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size);
4726 pieces->init_size + pieces->init_data_size + pieces->boot_size) {
4742 src += pieces->boot_size;
4831 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size);
4858 if (pieces.boot_size > il->hw_params.max_bsm_size) {
4860 pieces.boot_size);
4895 if (pieces.boot_size) {
4896 il->ucode_boot.len = pieces.boot_size;
[all...]
H A Dcommon.h742 __le32 boot_size; /* bytes of bootstrap code */ member in struct:il_ucode_header::__anon1718
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3339 __le32 boot_size; member in struct:ipw_fw
3365 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) +
3471 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)];
3472 fw_img = &fw->data[le32_to_cpu(fw->boot_size) +
3505 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size));

Completed in 363 milliseconds