Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c479 bool freeze_pe = false; in pnv_eeh_set_option() local
495 freeze_pe = true; in pnv_eeh_set_option()
504 if (freeze_pe) { in pnv_eeh_set_option()
505 if (phb->freeze_pe) { in pnv_eeh_set_option()
506 phb->freeze_pe(phb, pe->addr); in pnv_eeh_set_option()
688 if (phb->freeze_pe) in pnv_eeh_get_pe_state()
689 phb->freeze_pe(phb, pe->addr); in pnv_eeh_get_pe_state()
1242 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe()
1264 phb->freeze_pe(phb, dev_pe->addr); in pnv_eeh_get_pe()
Dpci.h115 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.c3185 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()