/linux-2.4.37.9/arch/parisc/kernel/ |
D | pci.c | 310 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()
|
D | lba_pci.c | 814 (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/ |
D | shpchprm_nonacpi.c | 410 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()
|
D | shpchprm_legacy.c | 412 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()
|
D | pciehprm_nonacpi.c | 477 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()
|
D | pciehprm_acpi.c | 1673 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()
|
D | shpchprm_acpi.c | 1672 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()
|
D | pciehp_pci.c | 714 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 706 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in shpchp_save_used_resources()
|
D | cpqphp_ctrl.c | 2135 …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()
|
D | cpqphp_pci.c | 916 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_BRIDGE_CONTROL, command); in cpqhp_save_used_resources()
|
D | ibmphp_pci.c | 1034 …e_config_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_BRIDGE_CONTROL, 0x07); in configure_bridge()
|
D | pciehp_ctrl.c | 1789 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in pciehp_disable_slot()
|
D | shpchp_ctrl.c | 2235 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/ |
D | pmac_pci.c | 309 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/ |
D | i82092.c | 173 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()
|
D | cardbus.c | 403 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, l); in program_bridge()
|
/linux-2.4.37.9/drivers/pci/ |
D | setup-bus.c | 165 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, l); in pci_setup_bridge()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 143 #define PCI_BRIDGE_CONTROL 0x3e macro
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci.c | 1104 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/ |
D | pci_sabre.c | 1172 sabre_write_byte(pdev, PCI_BRIDGE_CONTROL, in apb_init()
|