Searched refs:setting (Results 1 – 17 of 17) sorted by relevance
245 struct sdramc_reg setting; in at91_mem_init() local247 setting.cr = SDRAM_BASE_CONF; in at91_mem_init()248 setting.mdr = AT91_SDRAMC_MD_SDRAM; in at91_mem_init()249 setting.tr = (CFG_SYS_MASTER_CLOCK * 7) / 1000000; in at91_mem_init()259 sdramc_initialize(ATMEL_BASE_CS1, &setting); in at91_mem_init()
166 struct sdramc_reg setting; in sdramc_configure() local169 setting.cr = SDRAM_BASE_CONF | mask; in sdramc_configure()170 setting.mdr = AT91_SDRAMC_MD_SDRAM; in sdramc_configure()171 setting.tr = (CFG_SYS_MASTER_CLOCK * 7) / 1000000; in sdramc_configure()177 sdramc_initialize(ATMEL_BASE_CS1, &setting); in sdramc_configure()
34 * Unfortunately setting all to OCRAM only works for MMC35 * and setting all to DTCM only works for FLEXSPI NOR.
24 The Run LED on the PDU-001 can be turned on red by setting CONFIG_RUN_LED_RED25 or green by setting CONFIG_RUN_LED_GREEN. Setting CONFIG_RUN_LED_OFF will turn
39 If executed on already fused modules it doesn't change any fuse setting.
285 NOR boot SW setting:290 NAND boot SW setting:295 SPI boot SW setting:300 SD boot SW setting:307 NOR boot SW setting:312 NAND boot SW setting:317 SPI boot SW setting:322 SD boot SW setting:
36 board by reading i2c bus and setting the appropriate mux values.40 CPLD. QE-UEC and QE-UART can be enabled for linux kernel by setting "qe"
26 to recover from a bad environment setting or an empty environment, you can56 The common use case for this is setting a MAC address. Let us assume you68 You cannot store the network console setting in the environment. On reset125 You can change the boot source by setting the 'bootsource' variable to the
768 const struct omnia_ddr_speed *setting; in fixup_speed_in_ddr_topology() local787 setting = find_ddr_speed_setting(speed); in fixup_speed_in_ddr_topology()788 if (!setting) { in fixup_speed_in_ddr_topology()797 if (params->speed_bin_index == setting->speed_bin) in fixup_speed_in_ddr_topology()805 params->speed_bin_index = setting->speed_bin; in fixup_speed_in_ddr_topology()806 params->memory_freq = setting->freq; in fixup_speed_in_ddr_topology()
52 - support critical POR setting changed via switch on board167 CPLD POR setting registers175 After reset, the new POR setting will be implemented.
36 POR: support critical POR setting changed via switch on board80 Switch P1010RDB-PB boot mode via software without setting DIP-switch
9 which can be activated by setting the "ST" jumper on the PIGGY board.
108 /* tCKE=2+1,tCKSRX=6,tCKSE=6, active power down after 256 cycles (setting 5) */
103 Refer to board documentation for correct switch setting.
144 T2080PCIe-RDB Default DIP-Switch setting
Completed in 32 milliseconds