Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powernv/ !
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()
1369 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe()
1388 phb->freeze_pe(phb, dev_pe->addr); in pnv_eeh_get_pe()
Dpci.h129 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); member
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()
Dpci-ioda.c3143 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()