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

  /external/qemu/hw/
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...]
pci.c 38 uint32_t config_reg; /* XXX: suppress */ member in struct:PCIBus

Completed in 185 milliseconds