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...] |