Home
last modified time | relevance | path

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

/hypervisor/dm/vpci/
A Dpci_pt.c329 pre_val = pci_vdev_read_vcfg(vdev, PCIR_IO_BASE, 2U); in vdev_bridge_pt_restore_space()
330 if (pre_val != pci_pdev_read_cfg(vdev->pdev->bdf, PCIR_IO_BASE, 2U)) { in vdev_bridge_pt_restore_space()
331 pci_pdev_write_cfg(pdev->bdf, PCIR_IO_BASE, 2U, pre_val); in vdev_bridge_pt_restore_space()
A Dvpci.c547 if (!((offset == PCIR_IO_BASE) && (bytes <= 2)) && (offset != PCIR_IO_LIMIT)) { in write_cfg_header()
549 if ((offset == PCIR_IO_BASE) && (bytes == 4U)) { in write_cfg_header()
/hypervisor/include/hw/
A Dpci.h109 #define PCIR_IO_BASE 0x1CU macro

Completed in 837 milliseconds