Home
last modified time | relevance | path

Searched refs:PCI_CONFIG_ADDR (Results 1 – 4 of 4) sorted by relevance

/hypervisor/acpi_parser/
A Ddmar_parse.c33 ((uint32_t)func << 8U) | 0x18U, PCI_CONFIG_ADDR); in get_secondary_bus()
/hypervisor/include/hw/
A Dpci.h61 #define PCI_CONFIG_ADDR 0xCF8U macro
/hypervisor/dm/vpci/
A Dvpci.c59 if ((addr == (uint16_t)PCI_CONFIG_ADDR) && (bytes == 4U)) { in vpci_pio_cfgaddr_read()
82 if ((addr == (uint16_t)PCI_CONFIG_ADDR) && (bytes == 4U)) { in vpci_pio_cfgaddr_write()
217 .base = PCI_CONFIG_ADDR, in init_vpci()
/hypervisor/hw/
A Dpci.c107 pio_write32(addr, (uint16_t)PCI_CONFIG_ADDR); in pci_pio_read_cfg()
130 pio_write32(addr, (uint16_t)PCI_CONFIG_ADDR); in pci_pio_write_cfg()

Completed in 9 milliseconds