Searched refs:get_cfg_value (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | ublimage.c | 48 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function 92 ublhdr->entry = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 95 ublhdr->pages = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 98 ublhdr->block = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 101 ublhdr->page = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 104 ublhdr->pll_m = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
|
| H A D | imximage.c | 97 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function 603 imximage_version = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 643 imximage_ivt_offset = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 652 value = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 666 imximage_csf_size = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 704 value = get_cfg_value(token, name, lineno); in parse_cfg_fld() 721 value = get_cfg_value(token, name, lineno); in parse_cfg_fld()
|
| H A D | aisimage.c | 82 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() function 328 value = get_cfg_value(token, name, lineno); in aisimage_generate()
|