Searched refs:pciauto_upper_memspc (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/xtensa/lib/
H A Dpci-auto.c64 static int pciauto_upper_memspc; variable
109 upper_limit = &pciauto_upper_memspc; pciauto_setup_bars()
169 pciauto_upper_memspc &= ~(0x100000 - 1); pciauto_prescan_setup_bridge()
170 *memsave = pciauto_upper_memspc; pciauto_prescan_setup_bridge()
178 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); pciauto_prescan_setup_bridge()
198 pciauto_upper_memspc &= ~(0x100000 - 1); pciauto_postscan_setup_bridge()
199 if (*memsave == pciauto_upper_memspc) pciauto_postscan_setup_bridge()
200 pciauto_upper_memspc -= 0x00100000; pciauto_postscan_setup_bridge()
202 pci_write_config_word(dev, PCI_MEMORY_BASE, pciauto_upper_memspc >> 16); pciauto_postscan_setup_bridge()
206 ((pciauto_upper_memspc - 1) & 0xfff00000) >> 16); pciauto_postscan_setup_bridge()
208 pciauto_upper_memspc -= 0x100000; pciauto_postscan_setup_bridge()
211 pciauto_upper_memspc >> 16); pciauto_postscan_setup_bridge()
256 pciauto_upper_memspc = pci_ctrl->mem_resources[0].end + 1; pciauto_bus_scan()

Completed in 36 milliseconds