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