HomeSort by relevance Sort by last modified time
    Searched refs:PCI_NUM_REGIONS (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/
pci.h 93 #define PCI_NUM_REGIONS 7
149 PCIIORegion io_regions[PCI_NUM_REGIONS];
pci.c 294 for(i = 0; i < PCI_NUM_REGIONS; i++) {
332 if ((unsigned int)region_num >= PCI_NUM_REGIONS)
361 for(i = 0; i < PCI_NUM_REGIONS; i++) {
747 for(i = 0;i < PCI_NUM_REGIONS; i++) {
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 680 #define PCI_NUM_REGIONS 7
984 for(i = 0; i < PCI_NUM_REGIONS; i++) {
    [all...]

Completed in 41 milliseconds