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