Lines Matching refs:fields
174 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local
175 u32 revision = fields[1].integer.value; in decode_type0_hpx_record()
182 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record()
185 hpx0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record()
186 hpx0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record()
187 hpx0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record()
188 hpx0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record()
224 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local
225 u32 revision = fields[1].integer.value; in decode_type1_hpx_record()
232 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type1_hpx_record()
235 hpx1->max_mem_read = fields[2].integer.value; in decode_type1_hpx_record()
236 hpx1->avg_max_split = fields[3].integer.value; in decode_type1_hpx_record()
237 hpx1->tot_max_split = fields[4].integer.value; in decode_type1_hpx_record()
373 union acpi_object *fields = record->package.elements; in decode_type2_hpx_record() local
374 u32 revision = fields[1].integer.value; in decode_type2_hpx_record()
381 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type2_hpx_record()
384 hpx2->unc_err_mask_and = fields[2].integer.value; in decode_type2_hpx_record()
385 hpx2->unc_err_mask_or = fields[3].integer.value; in decode_type2_hpx_record()
386 hpx2->unc_err_sever_and = fields[4].integer.value; in decode_type2_hpx_record()
387 hpx2->unc_err_sever_or = fields[5].integer.value; in decode_type2_hpx_record()
388 hpx2->cor_err_mask_and = fields[6].integer.value; in decode_type2_hpx_record()
389 hpx2->cor_err_mask_or = fields[7].integer.value; in decode_type2_hpx_record()
390 hpx2->adv_err_cap_and = fields[8].integer.value; in decode_type2_hpx_record()
391 hpx2->adv_err_cap_or = fields[9].integer.value; in decode_type2_hpx_record()
392 hpx2->pci_exp_devctl_and = fields[10].integer.value; in decode_type2_hpx_record()
393 hpx2->pci_exp_devctl_or = fields[11].integer.value; in decode_type2_hpx_record()
394 hpx2->pci_exp_lnkctl_and = fields[12].integer.value; in decode_type2_hpx_record()
395 hpx2->pci_exp_lnkctl_or = fields[13].integer.value; in decode_type2_hpx_record()
396 hpx2->sec_unc_err_sever_and = fields[14].integer.value; in decode_type2_hpx_record()
397 hpx2->sec_unc_err_sever_or = fields[15].integer.value; in decode_type2_hpx_record()
398 hpx2->sec_unc_err_mask_and = fields[16].integer.value; in decode_type2_hpx_record()
399 hpx2->sec_unc_err_mask_or = fields[17].integer.value; in decode_type2_hpx_record()
589 union acpi_object *fields = record->package.elements; in program_type3_hpx_record() local
595 revision = fields[1].integer.value; in program_type3_hpx_record()
598 desc_count = fields[2].integer.value; in program_type3_hpx_record()
605 if (fields[i].type != ACPI_TYPE_INTEGER) in program_type3_hpx_record()
609 reg_fields = fields + 3 + i * 14; in program_type3_hpx_record()
628 union acpi_object *package, *record, *fields; in acpi_run_hpx() local
652 fields = record->package.elements; in acpi_run_hpx()
653 if (fields[0].type != ACPI_TYPE_INTEGER || in acpi_run_hpx()
654 fields[1].type != ACPI_TYPE_INTEGER) { in acpi_run_hpx()
659 type = fields[0].integer.value; in acpi_run_hpx()
703 union acpi_object *package, *fields; in acpi_run_hpp() local
720 fields = package->package.elements; in acpi_run_hpp()
722 if (fields[i].type != ACPI_TYPE_INTEGER) { in acpi_run_hpp()
729 hpx0.cache_line_size = fields[0].integer.value; in acpi_run_hpp()
730 hpx0.latency_timer = fields[1].integer.value; in acpi_run_hpp()
731 hpx0.enable_serr = fields[2].integer.value; in acpi_run_hpp()
732 hpx0.enable_perr = fields[3].integer.value; in acpi_run_hpp()