Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c702 u16 w_base; in cpqhp_save_used_resources() local
765 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
768 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
773 mem_node->base = w_base << 16; in cpqhp_save_used_resources()
774 mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
781 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
784 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
789 p_mem_node->base = w_base << 16; in cpqhp_save_used_resources()
790 p_mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
/openbmc/linux/arch/alpha/kernel/
H A Dcore_cia.c573 unsigned int w_base; member
598 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i); in cia_save_srm_settings()
611 *(vip)CIA_IOC_PCI_Wn_BASE(i) = saved_config.window[i].w_base; in cia_restore_srm_settings()