Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dublimage.c47 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function
91 ublhdr->entry = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
94 ublhdr->pages = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
97 ublhdr->block = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
100 ublhdr->page = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
103 ublhdr->pll_m = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
Dimximage.c96 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function
602 imximage_version = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
642 imximage_ivt_offset = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
651 value = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
665 imximage_csf_size = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
703 value = get_cfg_value(token, name, lineno); in parse_cfg_fld()
720 value = get_cfg_value(token, name, lineno); in parse_cfg_fld()
Daisimage.c81 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function
327 value = get_cfg_value(token, name, lineno); in aisimage_generate()