Home
last modified time | relevance | path

Searched refs:ENV_HEX (Results 1 – 3 of 3) sorted by relevance

/u-boot/board/synopsys/hsdk/
A Denv-lib.c24 if (map[index].type == ENV_HEX) { in env_read_common()
55 if (map[index].type == ENV_HEX) { in env_read_core()
88 if (map[index].type == ENV_HEX) in env_validate_common()
126 if (map[index].type == ENV_HEX) in env_validate_core()
254 if (map[i].type == ENV_HEX) in arg_read_set()
A Dhsdk.c142 { "core_mask", ENV_HEX, true, 0x1, 0xF, &env_common.core_mask },
143 { "non_volatile_limit", ENV_HEX, true, 0, 0xF, &env_common.nvlim },
144 { "icache_ena", ENV_HEX, true, 0, 1, &env_common.icache },
145 { "dcache_ena", ENV_HEX, true, 0, 1, &env_common.dcache },
147 { "l2_cache_ena", ENV_HEX, true, 0, 1, &env_common.l2_cache },
148 { "csm_location", ENV_HEX, true, 0, NO_CCM, &env_common.csm_location },
149 { "haps_apb_location", ENV_HEX, true, 0, 1, &env_common.haps_apb },
162 { "core_iccm", ENV_HEX, true, {NO_CCM, 0, NO_CCM, 0}, {NO_CCM, 0xF, NO_CCM, 0xF}, &env_core.iccm },
163 { "core_dccm", ENV_HEX, true, {NO_CCM, 0, NO_CCM, 0}, {NO_CCM, 0xF, NO_CCM, 0xF}, &env_core.dccm },
168 { "core_mask", ENV_HEX, false, 0x1, 0xF, &env_common.core_mask },
[all …]
A Denv-lib.h16 ENV_HEX enumerator

Completed in 6 milliseconds