Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Deeh-ioda.c244 bool freeze_pe = false; in ioda_eeh_set_option() local
269 freeze_pe = true; in ioda_eeh_set_option()
279 if (freeze_pe) { in ioda_eeh_set_option()
280 if (phb->freeze_pe) { in ioda_eeh_set_option()
281 phb->freeze_pe(phb, pe->addr); in ioda_eeh_set_option()
450 if (phb->freeze_pe) in ioda_eeh_get_pe_state()
451 phb->freeze_pe(phb, pe->addr); in ioda_eeh_get_pe_state()
908 phb->freeze_pe(phb, pe_no); in ioda_eeh_get_pe()
930 phb->freeze_pe(phb, dev_pe->addr); in ioda_eeh_get_pe()
Dpci.h136 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); member
Dpci.c423 if (phb->freeze_pe) in pnv_pci_config_check_eeh()
424 phb->freeze_pe(phb, pe_no); in pnv_pci_config_check_eeh()
Dpci-ioda.c1954 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()