Home
last modified time | relevance | path

Searched refs:hpx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dpci-acpi.c143 if (!hpx) in program_hpx_type0()
148 hpx->revision); in program_hpx_type0()
212 if (!hpx) in program_hpx_type1()
290 if (!hpx) in program_hpx_type2()
314 ~hpx->pci_exp_devctl_and, hpx->pci_exp_devctl_or); in program_hpx_type2()
329 ~hpx->pci_exp_lnkctl_and, hpx->pci_exp_lnkctl_or); in program_hpx_type2()
339 reg32 = (reg32 & hpx->unc_err_mask_and) | hpx->unc_err_mask_or; in program_hpx_type2()
344 reg32 = (reg32 & hpx->unc_err_sever_and) | hpx->unc_err_sever_or; in program_hpx_type2()
349 reg32 = (reg32 & hpx->cor_err_mask_and) | hpx->cor_err_mask_or; in program_hpx_type2()
354 reg32 = (reg32 & hpx->adv_err_cap_and) | hpx->adv_err_cap_or; in program_hpx_type2()
[all …]
/openbmc/qemu/target/ppc/
H A Dint_helper.c2034 VUPKPX(hpx, UPKHI) in VUPKPX()