w_base            573 arch/alpha/kernel/core_cia.c 	unsigned int w_base;
w_base            598 arch/alpha/kernel/core_cia.c 	    saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i);
w_base            611 arch/alpha/kernel/core_cia.c 	    *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base;
w_base            695 drivers/pci/hotplug/cpqphp_pci.c 	u16 w_base;
w_base            758 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base);
w_base            761 drivers/pci/hotplug/cpqphp_pci.c 			if ((w_base <= w_length) && (save_command & 0x02)) {
w_base            766 drivers/pci/hotplug/cpqphp_pci.c 				mem_node->base = w_base << 16;
w_base            767 drivers/pci/hotplug/cpqphp_pci.c 				mem_node->length = (w_length - w_base + 0x10) << 16;
w_base            774 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base);
w_base            777 drivers/pci/hotplug/cpqphp_pci.c 			if ((w_base <= w_length) && (save_command & 0x02)) {
w_base            782 drivers/pci/hotplug/cpqphp_pci.c 				p_mem_node->base = w_base << 16;
w_base            783 drivers/pci/hotplug/cpqphp_pci.c 				p_mem_node->length = (w_length - w_base + 0x10) << 16;