Lines Matching refs:fields
175 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local
176 u32 revision = fields[1].integer.value; in decode_type0_hpx_record()
183 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record()
186 hpx0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record()
187 hpx0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record()
188 hpx0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record()
189 hpx0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record()
225 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local
226 u32 revision = fields[1].integer.value; in decode_type1_hpx_record()
233 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record()
236 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
237 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
238 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
374 union acpi_object *fields = record->package.elements; in decode_type2_hpx_record() local
375 u32 revision = fields[1].integer.value; in decode_type2_hpx_record()
382 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type2_hpx_record()
385 hpx2->unc_err_mask_and = fields[2].integer.value; in decode_type2_hpx_record()
386 hpx2->unc_err_mask_or = fields[3].integer.value; in decode_type2_hpx_record()
387 hpx2->unc_err_sever_and = fields[4].integer.value; in decode_type2_hpx_record()
388 hpx2->unc_err_sever_or = fields[5].integer.value; in decode_type2_hpx_record()
389 hpx2->cor_err_mask_and = fields[6].integer.value; in decode_type2_hpx_record()
390 hpx2->cor_err_mask_or = fields[7].integer.value; in decode_type2_hpx_record()
391 hpx2->adv_err_cap_and = fields[8].integer.value; in decode_type2_hpx_record()
392 hpx2->adv_err_cap_or = fields[9].integer.value; in decode_type2_hpx_record()
393 hpx2->pci_exp_devctl_and = fields[10].integer.value; in decode_type2_hpx_record()
394 hpx2->pci_exp_devctl_or = fields[11].integer.value; in decode_type2_hpx_record()
395 hpx2->pci_exp_lnkctl_and = fields[12].integer.value; in decode_type2_hpx_record()
396 hpx2->pci_exp_lnkctl_or = fields[13].integer.value; in decode_type2_hpx_record()
397 hpx2->sec_unc_err_sever_and = fields[14].integer.value; in decode_type2_hpx_record()
398 hpx2->sec_unc_err_sever_or = fields[15].integer.value; in decode_type2_hpx_record()
399 hpx2->sec_unc_err_mask_and = fields[16].integer.value; in decode_type2_hpx_record()
400 hpx2->sec_unc_err_mask_or = fields[17].integer.value; in decode_type2_hpx_record()
590 union acpi_object *fields = record->package.elements; in program_type3_hpx_record() local
596 revision = fields[1].integer.value; in program_type3_hpx_record()
599 desc_count = fields[2].integer.value; in program_type3_hpx_record()
606 if (fields[i].type != ACPI_TYPE_INTEGER) in program_type3_hpx_record()
610 reg_fields = fields + 3 + i * 14; in program_type3_hpx_record()
629 union acpi_object *package, *record, *fields; in acpi_run_hpx() local
653 fields = record->package.elements; in acpi_run_hpx()
654 if (fields[0].type != ACPI_TYPE_INTEGER || in acpi_run_hpx()
655 fields[1].type != ACPI_TYPE_INTEGER) { in acpi_run_hpx()
660 type = fields[0].integer.value; in acpi_run_hpx()
704 union acpi_object *package, *fields; in acpi_run_hpp() local
721 fields = package->package.elements; in acpi_run_hpp()
723 if (fields[i].type != ACPI_TYPE_INTEGER) { in acpi_run_hpp()
730 hpx0.cache_line_size = fields[0].integer.value; in acpi_run_hpp()
731 hpx0.latency_timer = fields[1].integer.value; in acpi_run_hpp()
732 hpx0.enable_serr = fields[2].integer.value; in acpi_run_hpp()
733 hpx0.enable_perr = fields[3].integer.value; in acpi_run_hpp()