Searched refs:sb_token_to_long (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/ |
D | mxsimage.c | 504 static int sb_token_to_long(char *tok, uint32_t *rid) in sb_token_to_long() function 586 ret = sb_token_to_long(tok, &id); in sb_build_dcd() 672 ret = sb_token_to_long(tok, &address); in sb_build_dcd_block() 688 ret = sb_token_to_long(tok, &value); in sb_build_dcd_block() 733 ret = sb_token_to_long(tok, &id); in sb_build_section() 906 ret = sb_token_to_long(tok, &dest); in sb_build_command_load() 927 ret = sb_token_to_long(tok, &ivtep); in sb_build_command_load() 953 ret = sb_token_to_long(tok, &dcdid); in sb_build_command_load() 1064 ret = sb_token_to_long(tok, &address); in sb_build_command_fill() 1080 ret = sb_token_to_long(tok, &pattern); in sb_build_command_fill() [all …]
|