Lines Matching refs:hpx2
395 struct hpx_type2 *hpx2) in decode_type2_hpx_record() argument
408 hpx2->revision = revision; in decode_type2_hpx_record()
409 hpx2->unc_err_mask_and = fields[2].integer.value; in decode_type2_hpx_record()
410 hpx2->unc_err_mask_or = fields[3].integer.value; in decode_type2_hpx_record()
411 hpx2->unc_err_sever_and = fields[4].integer.value; in decode_type2_hpx_record()
412 hpx2->unc_err_sever_or = fields[5].integer.value; in decode_type2_hpx_record()
413 hpx2->cor_err_mask_and = fields[6].integer.value; in decode_type2_hpx_record()
414 hpx2->cor_err_mask_or = fields[7].integer.value; in decode_type2_hpx_record()
415 hpx2->adv_err_cap_and = fields[8].integer.value; in decode_type2_hpx_record()
416 hpx2->adv_err_cap_or = fields[9].integer.value; in decode_type2_hpx_record()
417 hpx2->pci_exp_devctl_and = fields[10].integer.value; in decode_type2_hpx_record()
418 hpx2->pci_exp_devctl_or = fields[11].integer.value; in decode_type2_hpx_record()
419 hpx2->pci_exp_lnkctl_and = fields[12].integer.value; in decode_type2_hpx_record()
420 hpx2->pci_exp_lnkctl_or = fields[13].integer.value; in decode_type2_hpx_record()
421 hpx2->sec_unc_err_sever_and = fields[14].integer.value; in decode_type2_hpx_record()
422 hpx2->sec_unc_err_sever_or = fields[15].integer.value; in decode_type2_hpx_record()
423 hpx2->sec_unc_err_mask_and = fields[16].integer.value; in decode_type2_hpx_record()
424 hpx2->sec_unc_err_mask_or = fields[17].integer.value; in decode_type2_hpx_record()
656 struct hpx_type2 hpx2; in acpi_run_hpx() local
701 memset(&hpx2, 0, sizeof(hpx2)); in acpi_run_hpx()
702 status = decode_type2_hpx_record(record, &hpx2); in acpi_run_hpx()
705 program_hpx_type2(dev, &hpx2); in acpi_run_hpx()