Searched refs:config_reg (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dpci_host.h38 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
[all...]
H A Dpiix_pci.c37 s->config_reg = val;
43 return s->config_reg;
H A Dpci.c38 uint32_t config_reg; /* XXX: suppress */ member in struct:PCIBus

Completed in 66 milliseconds