Searched refs:w_base (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/include/asm-ia64/sn/pci/ |
D | pciio_private.h | 117 iopaddr_t w_base; member 124 #define c_rbase c_rwindow.w_base /* EXPANSION ROM base addr */
|
D | pcibr_private.h | 435 #define bssw_base w_base
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_pci.c | 673 u16 w_base, w_length; in pciehp_save_used_resources() local 749 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in pciehp_save_used_resources() 752 if ((w_base <= w_length) && (!disable || (save_command & PCI_COMMAND_MEMORY))) { in pciehp_save_used_resources() 757 mem_node->base = (ulong)w_base << 16; in pciehp_save_used_resources() 758 mem_node->length = (ulong)(w_length - w_base + 0x10) << 16; in pciehp_save_used_resources() 764 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in pciehp_save_used_resources() 767 if ((w_base <= w_length) && (!disable || (save_command & PCI_COMMAND_MEMORY))) { in pciehp_save_used_resources() 772 p_mem_node->base = (ulong)w_base << 16; in pciehp_save_used_resources() 773 p_mem_node->length = (ulong)(w_length - w_base + 0x10) << 16; in pciehp_save_used_resources()
|
D | shpchp_pci.c | 665 u16 w_base, w_length; in shpchp_save_used_resources() local 741 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in shpchp_save_used_resources() 744 if ((w_base <= w_length) && (!disable || (save_command & PCI_COMMAND_MEMORY))) { in shpchp_save_used_resources() 749 mem_node->base = (ulong)w_base << 16; in shpchp_save_used_resources() 750 mem_node->length = (ulong)(w_length - w_base + 0x10) << 16; in shpchp_save_used_resources() 756 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in shpchp_save_used_resources() 759 if ((w_base <= w_length) && (!disable || (save_command & PCI_COMMAND_MEMORY))) { in shpchp_save_used_resources() 764 p_mem_node->base = (ulong)w_base << 16; in shpchp_save_used_resources() 765 p_mem_node->length = (ulong)(w_length - w_base + 0x10) << 16; in shpchp_save_used_resources()
|
D | cpqphp_pci.c | 889 u16 w_base; in cpqhp_save_used_resources() local 949 …nfig_word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources() 953 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources() 958 mem_node->base = w_base << 16; in cpqhp_save_used_resources() 959 mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources() 965 …word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources() 969 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources() 974 p_mem_node->base = w_base << 16; in cpqhp_save_used_resources() 975 p_mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | core_cia.c | 615 unsigned int w_base; member 637 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i); in cia_save_srm_settings() 650 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base; in cia_restore_srm_settings()
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_slot.c | 296 pcibr_info->f_window[win].w_base; in pcibr_slot_func_info_return() 884 pcibr_info->f_window[win].w_base = base; in pcibr_slot_info_init() 1165 base = pcibr_info->f_window[win].w_base; in pcibr_slot_addr_space_init() 1235 pcibr_info->f_window[win].w_base = base; in pcibr_slot_addr_space_init()
|
D | pcibr_dvr.c | 2058 wbase = pciio_info->c_window[bar].w_base; in pcibr_addr_pci_to_xio() 3672 if (pcibr_info->f_window[win].w_base != 0) 3675 pcibr_info->f_window[win].w_base);
|
D | pcibr_error.c | 1222 ((wb = pcibr_info->f_window[cw].w_base) != 0) && in pcibr_pioerror()
|