Searched refs:PCI_IO_LIMIT (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci_auto.c | 165 PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
|
D | pci.c | 524 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/ |
D | pci_auto.c | 279 PCI_IO_LIMIT, (pciauto_lower_iospc & 0x0000f000) >> 8); in pciauto_postscan_setup_bridge()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 119 #define PCI_IO_LIMIT 0x1d macro
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 2104 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()
|
D | cpqphp_ctrl.c | 2596 …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()
|
D | ibmphp_pci.c | 969 …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()
|
D | shpchp_ctrl.c | 2547 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()
|
D | pciehp_pci.c | 733 pci_bus_read_config_byte (pci_bus, devfn, PCI_IO_LIMIT, &temp_byte); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 725 pci_bus_read_config_byte (pci_bus, devfn, PCI_IO_LIMIT, &temp_byte); in shpchp_save_used_resources()
|
D | acpiphp_glue.c | 570 pci_read_config_byte(bridge->pci_dev, PCI_IO_LIMIT, &tmp8); in add_p2p_bridge()
|
D | cpqphp_pci.c | 935 …pci_read_config_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_IO_LIMIT, … in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 1986 …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/ |
D | matroxfb_DAC1064.c | 1121 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.c | 1163 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_bases()
|