Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CONTROL (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dpci.c310 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bus->bridge_ctl); in pcibios_init_bus()
312 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in pcibios_init_bus()
Dlba_pci.c814 (void) lba_cfg_read8(bus->self, PCI_BRIDGE_CONTROL, &control); in lba_fixup_bus()
815 (void) lba_cfg_write8(bus->self, PCI_BRIDGE_CONTROL, control | PCI_STATUS_FAST_BACK); in lba_fixup_bus()
/linux-2.4.37.9/drivers/hotplug/
Dshpchprm_nonacpi.c410 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in shpchprm_enable_card()
415 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, bcommand); in shpchprm_enable_card()
Dshpchprm_legacy.c412 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in shpchprm_enable_card()
415 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, bcommand); in shpchprm_enable_card()
Dpciehprm_nonacpi.c477 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in pciehprm_enable_card()
482 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, bcommand); in pciehprm_enable_card()
Dpciehprm_acpi.c1673 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in pciehprm_enable_card()
1706 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, bcommand); in pciehprm_enable_card()
Dshpchprm_acpi.c1672 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in shpchprm_enable_card()
1705 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, bcommand); in shpchprm_enable_card()
Dpciehp_pci.c714 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in pciehp_save_used_resources()
Dshpchp_pci.c706 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in shpchp_save_used_resources()
Dcpqphp_ctrl.c2135 …nfig_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_BRIDGE_CONTROL, &BCR); in cpqhp_process_SS()
2899 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_BRIDGE_CONTROL, command); in configure_new_function()
Dcpqphp_pci.c916 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_BRIDGE_CONTROL, command); in cpqhp_save_used_resources()
Dibmphp_pci.c1034 …e_config_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_BRIDGE_CONTROL, 0x07); in configure_bridge()
Dpciehp_ctrl.c1789 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in pciehp_disable_slot()
Dshpchp_ctrl.c2235 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in shpchp_disable_slot()
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_pci.c309 PCI_BRIDGE_CONTROL, &val) < 0) { in init_p2pbridge()
314 early_write_config_word(hose, bus, devfn, PCI_BRIDGE_CONTROL, val); in init_p2pbridge()
/linux-2.4.37.9/drivers/pcmcia/
Di82092.c173 if (pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &brctl)) { in i82092aa_pci_probe()
185 if (pci_write_config_word(parent, PCI_BRIDGE_CONTROL, brctl)) in i82092aa_pci_probe()
Dcardbus.c403 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, l); in program_bridge()
/linux-2.4.37.9/drivers/pci/
Dsetup-bus.c165 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, l); in pci_setup_bridge()
/linux-2.4.37.9/include/linux/
Dpci.h143 #define PCI_BRIDGE_CONTROL 0x3e macro
/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c1104 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, &w); in do_update_p2p_io_resource()
1106 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, w); in do_update_p2p_io_resource()
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_sabre.c1172 sabre_write_byte(pdev, PCI_BRIDGE_CONTROL, in apb_init()