Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c490 bool freeze_pe = false; in pnv_eeh_set_option() local
507 freeze_pe = true; in pnv_eeh_set_option()
516 if (freeze_pe) { in pnv_eeh_set_option()
517 if (phb->freeze_pe) { in pnv_eeh_set_option()
518 phb->freeze_pe(phb, pe->addr); in pnv_eeh_set_option()
701 if (phb->freeze_pe) in pnv_eeh_get_pe_state()
702 phb->freeze_pe(phb, pe->addr); in pnv_eeh_get_pe_state()
1256 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe()
1278 phb->freeze_pe(phb, dev_pe->addr); in pnv_eeh_get_pe()
Dpci.h120 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); member
Dpci.c421 if (phb->freeze_pe) in pnv_pci_config_check_eeh()
422 phb->freeze_pe(phb, pe_no); in pnv_pci_config_check_eeh()
Dpci-ioda.c2786 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()