Searched refs:bridge_ctl (Results 1 – 4 of 4) sorted by relevance
71 u16 bridge_ctl = 0; in adf_reset_sbr() local82 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_reset_sbr()83 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()84 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()86 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()87 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
1413 child->bridge_ctl = bctl; in pci_scan_bridge_extend()1492 child->bridge_ctl = bctl; in pci_scan_bridge_extend()
790 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in __pci_setup_bridge()
822 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); in lba_fixup_bus()
Completed in 22 milliseconds