Searched refs:pciauto_upper_memspc (Results 1 – 1 of 1) sorted by relevance
50 static int pciauto_upper_memspc; variable95 upper_limit = &pciauto_upper_memspc; in pciauto_setup_bars()156 pciauto_upper_memspc &= ~(0x100000 - 1); in pciauto_prescan_setup_bridge()157 *memsave = pciauto_upper_memspc; in pciauto_prescan_setup_bridge()165 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); in pciauto_prescan_setup_bridge()185 pciauto_upper_memspc &= ~(0x100000 - 1); in pciauto_postscan_setup_bridge()186 if (*memsave == pciauto_upper_memspc) in pciauto_postscan_setup_bridge()187 pciauto_upper_memspc -= 0x00100000; in pciauto_postscan_setup_bridge()189 pci_write_config_word(dev, PCI_MEMORY_BASE, pciauto_upper_memspc >> 16); in pciauto_postscan_setup_bridge()193 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); in pciauto_postscan_setup_bridge()[all …]