Searched refs:pciauto_upper_memspc (Results 1 – 1 of 1) sorted by relevance
64 static int pciauto_upper_memspc; variable109 upper_limit = &pciauto_upper_memspc; in pciauto_setup_bars()169 pciauto_upper_memspc &= ~(0x100000 - 1); in pciauto_prescan_setup_bridge()170 *memsave = pciauto_upper_memspc; in pciauto_prescan_setup_bridge()178 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); in pciauto_prescan_setup_bridge()198 pciauto_upper_memspc &= ~(0x100000 - 1); in pciauto_postscan_setup_bridge()199 if (*memsave == pciauto_upper_memspc) in pciauto_postscan_setup_bridge()200 pciauto_upper_memspc -= 0x00100000; in pciauto_postscan_setup_bridge()202 pci_write_config_word(dev, PCI_MEMORY_BASE, pciauto_upper_memspc >> 16); in pciauto_postscan_setup_bridge()206 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); in pciauto_postscan_setup_bridge()[all …]