Home
last modified time | relevance | path

Searched refs:PCI_IO_LIMIT (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dpci_auto.c165 PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
Dpci.c524 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in update_bridge_base()
536 pci_write_config_byte(dev, PCI_IO_LIMIT, io_limit_lo); in update_bridge_base()
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c279 PCI_IO_LIMIT, (pciauto_lower_iospc & 0x0000f000) >> 8); in pciauto_postscan_setup_bridge()
/linux-2.4.37.9/include/linux/
Dpci.h119 #define PCI_IO_LIMIT 0x1d macro
/linux-2.4.37.9/drivers/hotplug/
Dpciehp_ctrl.c2104 rc = pci_bus_write_config_byte (pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2292 rc = pci_bus_write_config_byte (pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2298 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
Dcpqphp_ctrl.c2596 …config_byte_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2767 …config_byte_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2773 …config_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_IO_LIMIT, temp_word); in configure_new_function()
Dibmphp_pci.c969 …pci_write_config_byte_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_IO_LIMIT, 0x0… in configure_bridge()
984 …pci_write_config_byte_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_IO_LIMIT, 0x0… in configure_bridge()
Dshpchp_ctrl.c2547 rc = pci_bus_write_config_byte (pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2734 rc = pci_bus_write_config_byte (pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2740 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
Dpciehp_pci.c733 pci_bus_read_config_byte (pci_bus, devfn, PCI_IO_LIMIT, &temp_byte); in pciehp_save_used_resources()
Dshpchp_pci.c725 pci_bus_read_config_byte (pci_bus, devfn, PCI_IO_LIMIT, &temp_byte); in shpchp_save_used_resources()
Dacpiphp_glue.c570 pci_read_config_byte(bridge->pci_dev, PCI_IO_LIMIT, &tmp8); in add_p2p_bridge()
Dcpqphp_pci.c935 …pci_read_config_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_IO_LIMIT, … in cpqhp_save_used_resources()
Dibmphp_res.c1986 …pci_read_config_byte_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_IO_LIMIT, &end_io_ad… in update_bridge_ranges()
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_DAC1064.c1121 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
/linux-2.4.37.9/drivers/pci/
Dpci.c1163 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_bases()