Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpmu.c91 info->boot_size = nvbios_rd32(bios, data + 0x1c) - in nvbios_pmuRm()
93 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
95 info->boot_size; in nvbios_pmuRm()
/Linux-v4.19/arch/alpha/boot/
Dmain.c125 long result, boot_size = &_end - (char *) BOOT_ADDR; in load() local
135 return callback_read(dev, count, (void *)addr, boot_size/512 + 1); in load()
/Linux-v4.19/block/partitions/
Dmac.h23 __be32 boot_size; member
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpmu.h21 u32 boot_size; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/
Dfile.h84 __le32 boot_size; /* bytes of bootstrap code */ member
93 __le32 boot_size; /* bytes of bootstrap code */ member
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgm200.c95 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false); in pmu_load()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1829 IL3945_UCODE_GET(boot_size);
1849 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local
1893 boot_size = il3945_ucode_get_boot_size(ucode); in il3945_read_ucode()
1928 D_INFO("f/w package hdr boot inst size = %u\n", boot_size); in il3945_read_ucode()
1933 init_size + init_data_size + boot_size) { in il3945_read_ucode()
1965 if (boot_size > IL39_MAX_BSM_SIZE) { in il3945_read_ucode()
1967 boot_size); in il3945_read_ucode()
2003 if (boot_size) { in il3945_read_ucode()
2004 il->ucode_boot.len = boot_size; in il3945_read_ucode()
2047 len = boot_size; in il3945_read_ucode()
D4965-mac.c4717 size_t inst_size, data_size, init_size, init_data_size, boot_size; member
4745 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware()
4753 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware()
4769 src += pieces->boot_size; in il4965_load_firmware()
4858 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size); in il4965_ucode_callback()
4885 if (pieces.boot_size > il->hw_params.max_bsm_size) { in il4965_ucode_callback()
4887 pieces.boot_size); in il4965_ucode_callback()
4922 if (pieces.boot_size) { in il4965_ucode_callback()
4923 il->ucode_boot.len = pieces.boot_size; in il4965_ucode_callback()
4970 pieces.boot_size); in il4965_ucode_callback()
[all …]
Dcommon.h757 __le32 boot_size; /* bytes of bootstrap code */ member
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c3399 __le32 boot_size; member
3425 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) + in ipw_get_fw()
3530 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)]; in ipw_load()
3531 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load()
3564 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()