Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A 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()
H A Dimximage.c96 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function
607 imximage_version = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
647 imximage_ivt_offset = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
656 value = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
670 imximage_csf_size = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
708 value = get_cfg_value(token, name, lineno); in parse_cfg_fld()
725 value = get_cfg_value(token, name, lineno); in parse_cfg_fld()
H A Dimx8mimage.c33 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function
130 ap_start_addr = get_cfg_value(token, name, lineno); in parse_cfg_fld()
133 sld_start_addr = get_cfg_value(token, name, lineno); in parse_cfg_fld()
140 sld_src_off = get_cfg_value(token, name, lineno); in parse_cfg_fld()
H A 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()