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

/drivers/pci/hotplug/
H A Dpcihp_slot.c40 u16 pci_cmd, pci_bctl; local
77 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
79 pci_bctl |= PCI_BRIDGE_CTL_SERR;
81 pci_bctl &= ~PCI_BRIDGE_CTL_SERR;
83 pci_bctl |= PCI_BRIDGE_CTL_PARITY;
85 pci_bctl &= ~PCI_BRIDGE_CTL_PARITY;
86 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
/drivers/scsi/
H A Dstex.c1215 u8 pci_bctl; local
1224 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl);
1225 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET;
1226 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
1233 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET;
1234 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);

Completed in 44 milliseconds