Lines Matching refs:boot_size
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()
4950 memcpy(il->ucode_boot.v_addr, pieces.boot, pieces.boot_size); in il4965_ucode_callback()