Home
last modified time | relevance | path

Searched refs:envname (Results 1 – 4 of 4) sorted by relevance

/u-boot/common/
A Dcli_simple.c127 char envname[CONFIG_SYS_CBSIZE], *envval; in cli_simple_process_macros() local
133 envname[i] = varname_start[i]; in cli_simple_process_macros()
134 envname[i] = 0; in cli_simple_process_macros()
137 envval = env_get(envname); in cli_simple_process_macros()
/u-boot/board/Arcturus/ucp1020/
A Ducp1020.c66 char envname[8], *val; in board_gpio_init() local
69 sprintf(envname, "GPIO%d", i); in board_gpio_init()
70 val = env_get(envname); in board_gpio_init()
/u-boot/board/siemens/common/
A Dboard.c122 unsigned char get_button_state(char * const envname, unsigned char def) in get_button_state() argument
129 ptr_env = env_get(envname); in get_button_state()
/u-boot/board/siemens/capricorn/
A Dboard.c382 unsigned char get_button_state(char * const envname, unsigned char def) in get_button_state() argument
389 ptr_env = env_get(envname); in get_button_state()

Completed in 5 milliseconds