Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dpegasos2.c402 RTAS_WRITE_PCI_CONFIG = 9, enumerator
465 case RTAS_WRITE_PCI_CONFIG: in pegasos2_rtas()
933 RTAS_WRITE_PCI_CONFIG); in build_fdt()
H A Dspapr_pci.c2444 spapr_rtas_register(RTAS_WRITE_PCI_CONFIG, "write-pci-config", in spapr_pci_rtas_init()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h730 #define RTAS_WRITE_PCI_CONFIG (RTAS_TOKEN_BASE + 0x15) macro