Lines Matching defs:window
164 * Because we'll only set up a 2GB window for the PCI bus to
169 * possible to setup a 1GB PCI space / 3GB memory access window,
174 * Also note that, despite the crossbar window registers being
226 * Loongson 2F address window registers.
232 * Master #0 (cpu) window #0 allows access to the low 256MB
234 * This window is inherited from PMON; we set it up just in case.
240 * Master #0 (cpu) window #1 allows access to the ``low'' PCI
242 * This window is inherited from PMON; we set it up just in case.
248 * Master #1 (PCI) window #0 allows access to the memory space
250 * This window is inherited from PMON, but its mask might be too
257 * Master #0 (CPU) window #2 allows access to a subset of the ``high''
264 * Master #0 (CPU) window #3 allows access to the whole memory space
273 * Setup a window in the Loongson2F crossbar.
277 loongson2f_setup_window(uint master, uint window, uint64_t base, uint64_t mask,
283 LOONGSON_AWR_BASE(master, window));
288 LOONGSON_AWR_SIZE(master, window));
293 LOONGSON_AWR_MMAP(master, window));