Home
last modified time | relevance | path

Searched refs:RTAS_READ_PCI_CONFIG (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/ppc/
H A Dpegasos2.c414 RTAS_READ_PCI_CONFIG = 8, enumerator
462 case RTAS_READ_PCI_CONFIG: in pegasos2_rtas()
948 RTAS_READ_PCI_CONFIG); in build_fdt()
H A Dspapr_pci.c2440 spapr_rtas_register(RTAS_READ_PCI_CONFIG, "read-pci-config", in spapr_pci_rtas_init()
/qemu/include/hw/ppc/
H A Dspapr.h747 #define RTAS_READ_PCI_CONFIG (RTAS_TOKEN_BASE + 0x14) macro