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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_pci.c39 u16 pci_cmd, pci_bctl; local
81 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
83 pci_bctl |= PCI_BRIDGE_CTL_SERR;
85 pci_bctl &= ~PCI_BRIDGE_CTL_SERR;
87 pci_bctl |= PCI_BRIDGE_CTL_PARITY;
89 pci_bctl &= ~PCI_BRIDGE_CTL_PARITY;
90 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
H A Dpciehp_pci.c39 u16 pci_cmd, pci_bctl; local
64 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
66 pci_bctl |= PCI_BRIDGE_CTL_SERR;
68 pci_bctl &= ~PCI_BRIDGE_CTL_SERR;
70 pci_bctl |= PCI_BRIDGE_CTL_PARITY;
72 pci_bctl &= ~PCI_BRIDGE_CTL_PARITY;
73 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
H A Dacpiphp_glue.c1362 u16 pci_cmd, pci_bctl; local
1390 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
1392 pci_bctl |= PCI_BRIDGE_CTL_SERR;
1394 pci_bctl &= ~PCI_BRIDGE_CTL_SERR;
1396 pci_bctl |= PCI_BRIDGE_CTL_PARITY;
1398 pci_bctl &= ~PCI_BRIDGE_CTL_PARITY;
1399 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dstex.c1045 u8 pci_bctl; local
1054 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl);
1055 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET;
1056 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
1063 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET;
1064 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);

Completed in 63 milliseconds