Lines Matching refs:fields
176 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local
177 u32 revision = fields[1].integer.value; in decode_type0_hpx_record()
184 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record()
187 hpx0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record()
188 hpx0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record()
189 hpx0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record()
190 hpx0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record()
226 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local
227 u32 revision = fields[1].integer.value; in decode_type1_hpx_record()
234 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record()
237 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
238 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
239 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
375 union acpi_object *fields = record->package.elements; in decode_type2_hpx_record() local
376 u32 revision = fields[1].integer.value; in decode_type2_hpx_record()
383 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type2_hpx_record()
386 hpx2->unc_err_mask_and = fields[2].integer.value; in decode_type2_hpx_record()
387 hpx2->unc_err_mask_or = fields[3].integer.value; in decode_type2_hpx_record()
388 hpx2->unc_err_sever_and = fields[4].integer.value; in decode_type2_hpx_record()
389 hpx2->unc_err_sever_or = fields[5].integer.value; in decode_type2_hpx_record()
390 hpx2->cor_err_mask_and = fields[6].integer.value; in decode_type2_hpx_record()
391 hpx2->cor_err_mask_or = fields[7].integer.value; in decode_type2_hpx_record()
392 hpx2->adv_err_cap_and = fields[8].integer.value; in decode_type2_hpx_record()
393 hpx2->adv_err_cap_or = fields[9].integer.value; in decode_type2_hpx_record()
394 hpx2->pci_exp_devctl_and = fields[10].integer.value; in decode_type2_hpx_record()
395 hpx2->pci_exp_devctl_or = fields[11].integer.value; in decode_type2_hpx_record()
396 hpx2->pci_exp_lnkctl_and = fields[12].integer.value; in decode_type2_hpx_record()
397 hpx2->pci_exp_lnkctl_or = fields[13].integer.value; in decode_type2_hpx_record()
398 hpx2->sec_unc_err_sever_and = fields[14].integer.value; in decode_type2_hpx_record()
399 hpx2->sec_unc_err_sever_or = fields[15].integer.value; in decode_type2_hpx_record()
400 hpx2->sec_unc_err_mask_and = fields[16].integer.value; in decode_type2_hpx_record()
401 hpx2->sec_unc_err_mask_or = fields[17].integer.value; in decode_type2_hpx_record()
591 union acpi_object *fields = record->package.elements; in program_type3_hpx_record() local
597 revision = fields[1].integer.value; in program_type3_hpx_record()
600 desc_count = fields[2].integer.value; in program_type3_hpx_record()
607 if (fields[i].type != ACPI_TYPE_INTEGER) in program_type3_hpx_record()
611 reg_fields = fields + 3 + i * 14; in program_type3_hpx_record()
630 union acpi_object *package, *record, *fields; in acpi_run_hpx() local
654 fields = record->package.elements; in acpi_run_hpx()
655 if (fields[0].type != ACPI_TYPE_INTEGER || in acpi_run_hpx()
656 fields[1].type != ACPI_TYPE_INTEGER) { in acpi_run_hpx()
661 type = fields[0].integer.value; in acpi_run_hpx()
705 union acpi_object *package, *fields; in acpi_run_hpp() local
722 fields = package->package.elements; in acpi_run_hpp()
724 if (fields[i].type != ACPI_TYPE_INTEGER) { in acpi_run_hpp()
731 hpx0.cache_line_size = fields[0].integer.value; in acpi_run_hpp()
732 hpx0.latency_timer = fields[1].integer.value; in acpi_run_hpp()
733 hpx0.enable_serr = fields[2].integer.value; in acpi_run_hpp()
734 hpx0.enable_perr = fields[3].integer.value; in acpi_run_hpp()