Lines Matching +full:cci +full:- +full:400
1 // SPDX-License-Identifier: GPL-2.0+
93 gd->ram_size = tfa_get_dram_size(); in dram_init()
94 if (!gd->ram_size) in dram_init()
95 gd->ram_size = CONFIG_SYS_SDRAM_SIZE; in dram_init()
122 gd->ram_size = CONFIG_SYS_SDRAM_SIZE; in dram_init()
124 /* This will break-before-make MMU for DDR */ in dram_init()
142 struct ccsr_cci400 *cci = (struct ccsr_cci400 *)(CONFIG_SYS_IMMR + in board_init() local
145 * Set CCI-400 control override register to enable barrier in board_init()
149 out_le32(&cci->ctrl_ord, CCI400_CTRLORD_EN_BARRIER); in board_init()
156 gd->env_addr = (ulong)&default_environment[0]; in board_init()
193 * The I2C IO-expander for mux select is used to control in esdhc_status_fixup()
198 * 00 - SDIO wifi in esdhc_status_fixup()
199 * 01 - GPIO (to Arduino) in esdhc_status_fixup()
200 * 10 - eMMC Memory in esdhc_status_fixup()
201 * 11 - SPI in esdhc_status_fixup()
311 "bank[1-lower bank/2-upper bank] (e.g. boot_bank 1)"