Searched refs:get_cfg_value (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | ublimage.c | 47 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 D | imximage.c | 96 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 D | imx8mimage.c | 33 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 D | aisimage.c | 81 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()
|