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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 123 milliseconds