start_mem_address 1909 drivers/pci/hotplug/ibmphp_res.c u16 vendor_id, upper_io_start, upper_io_end, start_mem_address, end_mem_address; start_mem_address 2011 drivers/pci/hotplug/ibmphp_res.c pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, &start_mem_address); start_mem_address 2014 drivers/pci/hotplug/ibmphp_res.c start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16; start_mem_address 2058 drivers/pci/hotplug/ibmphp_res.c pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, &start_mem_address); start_mem_address 2062 drivers/pci/hotplug/ibmphp_res.c start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;