Lines Matching full:windows
21 * on the families, there are between 8 and 20 configurable windows,
27 * either 2 (for Dove) or 4 (for other families) windows to map the
32 * - Reads out the SDRAM address decoding windows at initialization
36 * address decoding windows. This is because devices also have their
37 * own windows (configured through registers that are part of each
39 * devices have to configure those device -> SDRAM windows to ensure
43 * dynamically add or remove address decoding windows for the CPU ->
60 /* CPU Address Decode Windows registers */
104 * Functions to manipulate the address decoding windows
298 * windows, with 4 registers of 32 bits per window (ctrl, in armada_370_xp_mbus_win_offset()
304 * windows, with only 2 registers of 32 bits per window in armada_370_xp_mbus_win_offset()
465 * In U-Boot we first try to add the mbus window to the remap windows. in mbus_dt_setup_win()
466 * If this fails, lets try to add the windows to the non-remap windows. in mbus_dt_setup_win()
484 int mvebu_mbus_probe(struct mbus_win windows[], int count) in mvebu_mbus_probe() argument
505 /* Setup statically declared windows in the DT */ in mvebu_mbus_probe()
510 target = windows[i].target; in mvebu_mbus_probe()
511 attr = windows[i].attr; in mvebu_mbus_probe()
512 base = windows[i].base; in mvebu_mbus_probe()
513 size = windows[i].size; in mvebu_mbus_probe()