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

  /external/qemu/hw/pci-host/
pci_host.h 38 uint32_t config_reg; member in struct:PCIHostState
48 if (s->config_reg & (1u << 31))
49 pci_data_write(s->bus, s->config_reg | (addr & 3), val, 1);
60 if (s->config_reg & (1u << 31))
61 pci_data_write(s->bus, s->config_reg | (addr & 3), val, 2);
72 if (s->config_reg & (1u << 31))
73 pci_data_write(s->bus, s->config_reg, val, 4);
81 if (!(s->config_reg & (1 << 31)))
83 val = pci_data_read(s->bus, s->config_reg | (addr & 3), 1);
93 if (!(s->config_reg & (1 << 31))
    [all...]
piix.c 37 s->config_reg = val;
43 return s->config_reg;
  /external/qemu/hw/pci/
pci.c 39 uint32_t config_reg; /* XXX: suppress */ member in struct:PCIBus

Completed in 70 milliseconds