Searched refs:pestA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci.c | 231 static void pnv_pci_dump_pest(__be64 pestA[], __be64 pestB[], int pest_size) in pnv_pci_dump_pest() argument 238 __be64 peA = be64_to_cpu(pestA[i]); in pnv_pci_dump_pest() 339 pnv_pci_dump_pest(data->pestA, data->pestB, OPAL_P7IOC_NUM_PEST_REGS); in pnv_pci_dump_p7ioc_diag_data() 426 pnv_pci_dump_pest(data->pestA, data->pestB, OPAL_PHB3_NUM_PEST_REGS); in pnv_pci_dump_phb3_diag_data() 528 pnv_pci_dump_pest(data->pestA, data->pestB, OPAL_PHB4_NUM_PEST_REGS); in pnv_pci_dump_phb4_diag_data()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci.c | 163 static void pnv_pci_dump_pest(__be64 pestA[], __be64 pestB[], int pest_size) in pnv_pci_dump_pest() argument 170 __be64 peA = be64_to_cpu(pestA[i]); in pnv_pci_dump_pest() 271 pnv_pci_dump_pest(data->pestA, data->pestB, OPAL_P7IOC_NUM_PEST_REGS); in pnv_pci_dump_p7ioc_diag_data() 358 pnv_pci_dump_pest(data->pestA, data->pestB, OPAL_PHB3_NUM_PEST_REGS); in pnv_pci_dump_phb3_diag_data() 460 pnv_pci_dump_pest(data->pestA, data->pestB, OPAL_PHB4_NUM_PEST_REGS); in pnv_pci_dump_phb4_diag_data()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | opal-api.h | 782 __be64 pestA[OPAL_P7IOC_NUM_PEST_REGS]; member 844 __be64 pestA[OPAL_PHB3_NUM_PEST_REGS]; member 913 __be64 pestA[OPAL_PHB4_NUM_PEST_REGS]; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | opal-api.h | 782 __be64 pestA[OPAL_P7IOC_NUM_PEST_REGS]; member 844 __be64 pestA[OPAL_PHB3_NUM_PEST_REGS]; member 913 __be64 pestA[OPAL_PHB4_NUM_PEST_REGS]; member
|
Completed in 10 milliseconds