Searched refs:PCI_IO_BASE_UPPER16 (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/pci/ |
D | setup-bus.c | 116 pci_write_config_word(bridge, PCI_IO_BASE_UPPER16, in pci_setup_bridge() 125 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0); in pci_setup_bridge()
|
D | pci.c | 1169 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_bases()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci_auto.c | 244 PCI_IO_BASE_UPPER16, in pciauto_postscan_setup_bridge()
|
D | pci.c | 525 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &bu); in update_bridge_base() 533 pci_write_config_word(dev, PCI_IO_BASE_UPPER16, start >> 16); in update_bridge_base() 1095 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, l); in do_update_p2p_io_resource()
|
/linux-2.4.37.9/arch/mips/pci/ |
D | pci_auto.c | 245 PCI_IO_BASE_UPPER16, pciauto_lower_iospc >> 16); in pciauto_prescan_setup_bridge()
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | cardbus.c | 383 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0); in program_bridge()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 137 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
|
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp_glue.c | 588 pci_read_config_word(bridge->pci_dev, PCI_IO_BASE_UPPER16, &tmp16); in add_p2p_bridge()
|
D | ibmphp_pci.c | 979 …onfig_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge()
|
D | ibmphp_res.c | 1987 …pci_read_config_word_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_IO_BASE_UPPER16, &up… in update_bridge_ranges()
|