Searched refs:w_base (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c711 u16 w_base; local
774 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base);
777 if ((w_base <= w_length) && (save_command & 0x02)) {
782 mem_node->base = w_base << 16;
783 mem_node->length = (w_length - w_base + 0x10) << 16;
790 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base);
793 if ((w_base <= w_length) && (save_command & 0x02)) {
798 p_mem_node->base = w_base << 16;
799 p_mem_node->length = (w_length - w_base + 0x10) << 16;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_cia.c568 unsigned int w_base;
593 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i);
606 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base;
566 unsigned int w_base; member in struct:__anon3325::__anon3326

Completed in 90 milliseconds