Searched refs:boot_size (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A 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()
|
/linux/arch/alpha/boot/ |
A D | main.c | 124 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/ |
A D | mac.h | 23 __be32 boot_size; member
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
A D | pmu.h | 21 u32 boot_size; member
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | file.h | 22 __le32 boot_size; /* bytes of bootstrap code */ member 31 __le32 boot_size; /* bytes of bootstrap code */ member
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
A D | 3945-mac.c | 1810 IL3945_UCODE_GET(boot_size); 1830 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local 1874 boot_size = il3945_ucode_get_boot_size(ucode); in il3945_read_ucode() 1909 D_INFO("f/w package hdr boot inst size = %u\n", boot_size); in il3945_read_ucode() 1914 init_size + init_data_size + boot_size) { in il3945_read_ucode() 1946 if (boot_size > IL39_MAX_BSM_SIZE) { in il3945_read_ucode() 1948 boot_size); in il3945_read_ucode() 1984 if (boot_size) { in il3945_read_ucode() 1985 il->ucode_boot.len = boot_size; in il3945_read_ucode() 2028 len = boot_size; in il3945_read_ucode()
|
A D | 4965-mac.c | 4696 size_t inst_size, data_size, init_size, init_data_size, boot_size; member 4724 pieces->boot_size = le32_to_cpu(ucode->v1.boot_size); in il4965_load_firmware() 4732 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4748 src += pieces->boot_size; in il4965_load_firmware() 4837 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size); in il4965_ucode_callback() 4864 if (pieces.boot_size > il->hw_params.max_bsm_size) { in il4965_ucode_callback() 4866 pieces.boot_size); in il4965_ucode_callback() 4901 if (pieces.boot_size) { in il4965_ucode_callback() 4902 il->ucode_boot.len = pieces.boot_size; in il4965_ucode_callback() 4949 pieces.boot_size); in il4965_ucode_callback() [all …]
|
A D | common.h | 742 __le32 boot_size; /* bytes of bootstrap code */ member
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
A D | gm200.c | 95 pmu_code(init, pmu.boot_addr_pmu, pmu.boot_addr, pmu.boot_size, false); in pmu_load()
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
A D | ipw2200.c | 3385 __le32 boot_size; member 3411 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) + in ipw_get_fw() 3517 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)]; in ipw_load() 3518 fw_img = &fw->data[le32_to_cpu(fw->boot_size) + in ipw_load() 3551 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size)); in ipw_load()
|
Completed in 54 milliseconds