Searched refs:pci_bctl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpcihp_slot.c39 u16 pci_cmd, pci_bctl; local
76 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
78 pci_bctl |= PCI_BRIDGE_CTL_SERR;
80 pci_bctl &= ~PCI_BRIDGE_CTL_SERR;
82 pci_bctl |= PCI_BRIDGE_CTL_PARITY;
84 pci_bctl &= ~PCI_BRIDGE_CTL_PARITY;
85 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dstex.c1213 u8 pci_bctl; local
1222 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl);
1223 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET;
1224 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
1231 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET;
1232 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);

Completed in 34 milliseconds