Searched refs:boot_size (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pmu.c | 91 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()
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pmu.h | 20 u32 boot_size; member
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-fw-file.h | 82 __le32 boot_size; /* bytes of bootstrap code */ member 91 __le32 boot_size; /* bytes of bootstrap code */ member
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-mac.c | 1836 IL3945_UCODE_GET(boot_size); 1856 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local 1900 boot_size = il3945_ucode_get_boot_size(ucode); in il3945_read_ucode() 1935 D_INFO("f/w package hdr boot inst size = %u\n", boot_size); in il3945_read_ucode() 1940 init_size + init_data_size + boot_size) { in il3945_read_ucode() 1972 if (boot_size > IL39_MAX_BSM_SIZE) { in il3945_read_ucode() 1974 boot_size); in il3945_read_ucode() 2010 if (boot_size) { in il3945_read_ucode() 2011 il->ucode_boot.len = boot_size; in il3945_read_ucode() 2054 len = boot_size; in il3945_read_ucode()
|
D | 4965-mac.c | 4718 size_t inst_size, data_size, init_size, init_data_size, boot_size; member 4746 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware() 4754 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4770 src += pieces->boot_size; in il4965_load_firmware() 4862 D_INFO("f/w package hdr boot inst size = %Zd\n", pieces.boot_size); in il4965_ucode_callback() 4889 if (pieces.boot_size > il->hw_params.max_bsm_size) { in il4965_ucode_callback() 4891 pieces.boot_size); in il4965_ucode_callback() 4926 if (pieces.boot_size) { in il4965_ucode_callback() 4927 il->ucode_boot.len = pieces.boot_size; in il4965_ucode_callback() 4974 pieces.boot_size); in il4965_ucode_callback() [all …]
|
D | common.h | 756 __le32 boot_size; /* bytes of bootstrap code */ member
|
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gm200.c | 96 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false); in pmu_load()
|
/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.c | 3407 __le32 boot_size; member 3433 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) + in ipw_get_fw() 3538 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)]; in ipw_load() 3539 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load() 3575 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()
|