Searched refs:bctl (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_pci.c242 u8 bctl = 0; local
260 pci_read_config_byte(temp, PCI_BRIDGE_CONTROL, &bctl);
261 if (bctl & PCI_BRIDGE_CTL_VGA) {
H A Dshpchp_pci.c169 u8 bctl = 0; local
186 pci_read_config_byte(temp, PCI_BRIDGE_CONTROL, &bctl);
187 if (bctl & PCI_BRIDGE_CTL_VGA) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c497 u16 bctl; local
506 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl);
508 bctl & ~PCI_BRIDGE_CTL_MASTER_ABORT);
537 child->bridge_ctl = bctl;
590 child->bridge_ctl = bctl | PCI_BRIDGE_CTL_NO_ISA;
665 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl);

Completed in 26 milliseconds