Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dpegasos2.c442 RTAS_READ_PCI_CONFIG = 8, enumerator
490 case RTAS_READ_PCI_CONFIG: in pegasos2_rtas()
976 RTAS_READ_PCI_CONFIG); in build_fdt()
H A Dspapr_pci.c2362 spapr_rtas_register(RTAS_READ_PCI_CONFIG, "read-pci-config", in spapr_pci_rtas_init()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h744 #define RTAS_READ_PCI_CONFIG (RTAS_TOKEN_BASE + 0x14) macro