Home
last modified time | relevance | path

Searched refs:freeze_pe (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c458 bool freeze_pe = false; in pnv_eeh_set_option() local
474 freeze_pe = true; in pnv_eeh_set_option()
483 if (freeze_pe) { in pnv_eeh_set_option()
484 if (phb->freeze_pe) { in pnv_eeh_set_option()
485 phb->freeze_pe(phb, pe->addr); in pnv_eeh_set_option()
655 if (phb->freeze_pe) in pnv_eeh_get_pe_state()
656 phb->freeze_pe(phb, pe->addr); in pnv_eeh_get_pe_state()
1368 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe()
1387 phb->freeze_pe(phb, dev_pe->addr); in pnv_eeh_get_pe()
H A Dpci.h128 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); member
H A Dpci.c578 if (phb->freeze_pe) in pnv_pci_config_check_eeh()
579 phb->freeze_pe(phb, pe_no); in pnv_pci_config_check_eeh()
H A Dpci-ioda.c2744 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()