Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H 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()
/linux/arch/alpha/boot/
H A Dmain.c124 long result, boot_size = &_end - (char *) BOOT_ADDR; in load() local
134 return callback_read(dev, count, (void *)addr, boot_size/512 + 1); in load()
/linux/block/partitions/
H A Dmac.h23 __be32 boot_size; member
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpmu.h21 u32 boot_size; member
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c291 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size, in gm200_flcn_fw_load()
H A Dfw.c290 fw->boot_size = desc->code_size; in nvkm_falcon_fw_ctor_hs()
292 fw->boot_size, GFP_KERNEL); in nvkm_falcon_fw_ctor_hs()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H 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()
/linux/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); in pmu_load()
/linux/drivers/net/wireless/intel/iwlegacy/
H 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()
H 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 …]
H A Dcommon.h754 __le32 boot_size; /* bytes of bootstrap code */ member
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h129 u32 boot_size; member