Searched refs:bctl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_pci.c117 u8 bctl = 0; local
134 pci_read_config_byte(temp, PCI_BRIDGE_CONTROL, &bctl);
135 if (bctl & PCI_BRIDGE_CTL_VGA) {
H A Dshpchp_pci.c104 u8 bctl = 0; local
117 pci_read_config_byte(temp, PCI_BRIDGE_CONTROL, &bctl);
118 if (bctl & PCI_BRIDGE_CTL_VGA) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c685 u16 bctl; local
706 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl);
708 bctl & ~PCI_BRIDGE_CTL_MASTER_ABORT);
734 child->bridge_ctl = bctl;
788 child->bridge_ctl = bctl;
866 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl);

Completed in 55 milliseconds