Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_BUS_RESET (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/pci/
H A Dpci_bridge.c276 if (~oldctl & newctl & PCI_BRIDGE_CTL_BUS_RESET) { in pci_bridge_write_config()
H A Dpci.c1088 PCI_BRIDGE_CTL_BUS_RESET | in pci_init_mask_bridge()
2110 PCI_BRIDGE_CTL_BUS_RESET) /* Don't walk the bus if it's reset. */ && in pci_secondary_bus_in_range()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h167 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro