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.c697 u16 w_base; in cpqhp_save_used_resources() local
760 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
763 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
768 mem_node->base = w_base << 16; in cpqhp_save_used_resources()
769 mem_node->length = (w_length - w_base + 0x10) << 16; in cpqhp_save_used_resources()
776 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
779 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
784 p_mem_node->base = w_base << 16; in cpqhp_save_used_resources()
785 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()