Searched refs:pciauto_upper_memspc (Results 1 – 1 of 1) sorted by relevance
49 static int pciauto_upper_memspc; variable94 upper_limit = &pciauto_upper_memspc; in pciauto_setup_bars()155 pciauto_upper_memspc &= ~(0x100000 - 1); in pciauto_prescan_setup_bridge()156 *memsave = pciauto_upper_memspc; in pciauto_prescan_setup_bridge()164 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); in pciauto_prescan_setup_bridge()184 pciauto_upper_memspc &= ~(0x100000 - 1); in pciauto_postscan_setup_bridge()185 if (*memsave == pciauto_upper_memspc) in pciauto_postscan_setup_bridge()186 pciauto_upper_memspc -= 0x00100000; in pciauto_postscan_setup_bridge()192 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); in pciauto_postscan_setup_bridge()194 pciauto_upper_memspc -= 0x100000; in pciauto_postscan_setup_bridge()[all …]