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.c443 RTAS_WRITE_PCI_CONFIG = 9, enumerator
506 case RTAS_WRITE_PCI_CONFIG: in pegasos2_rtas()
974 RTAS_WRITE_PCI_CONFIG); in build_fdt()
H A Dspapr_pci.c2364 spapr_rtas_register(RTAS_WRITE_PCI_CONFIG, "write-pci-config", in spapr_pci_rtas_init()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h745 #define RTAS_WRITE_PCI_CONFIG (RTAS_TOKEN_BASE + 0x15) macro