Searched refs:bridge_ctl (Results 1 – 12 of 12) sorted by relevance
89 uint16_t bridge_ctl = 0; in adf_dev_restore() local104 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_dev_restore()105 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()106 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_dev_restore()108 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()109 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_dev_restore()
242 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; in pcibios_fixup_bus()244 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
256 if (dev->bus->bridge_ctl & PCI_BRIDGE_CTL_FAST_BACK) in pcibios_enable_device()
350 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; in pcibios_fixup_bus()352 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
135 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
248 bus->bridge_ctl = 0; in of_scan_pci_bridge()
1060 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
454 bus->bridge_ctl = 0; in of_scan_pci_bridge()
866 child->bridge_ctl = bctl; in pci_scan_bridge()928 child->bridge_ctl = bctl; in pci_scan_bridge()
696 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in __pci_setup_bridge()
787 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); in lba_fixup_bus()
484 unsigned short bridge_ctl; /* manage NO_ISA/FBB/et al behaviors */ member