Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pci/pcie/aer/
Daerdrv_core.c388 p2p_ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in aer_do_secondary_bus_reset()
398 p2p_ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in aer_do_secondary_bus_reset()
/linux-3.4.99/arch/unicore32/kernel/
Dpci.c215 status &= ~(PCI_BRIDGE_CTL_BUS_RESET in pcibios_fixup_bus()
/linux-3.4.99/include/linux/
Dpci_regs.h154 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/linux-3.4.99/arch/arm/kernel/
Dbios32.c330 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/linux-3.4.99/drivers/scsi/
Dstex.c1225 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1233 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
/linux-3.4.99/drivers/pci/
Dpci.c3152 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_parent_bus_reset()
3156 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_parent_bus_reset()