Searched refs:bridge_ctl (Results 1 – 4 of 4) sorted by relevance
69 u16 bridge_ctl = 0; in adf_reset_sbr() local80 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_reset_sbr()81 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()82 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()84 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()85 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
300 bus->bridge_ctl = 0; in of_scan_pci_bridge()
491 bus->bridge_ctl = 0; in of_scan_pci_bridge()
822 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); in lba_fixup_bus()