Searched refs:sb_token_to_long (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/ |
D | mxsimage.c | 505 static int sb_token_to_long(char *tok, uint32_t *rid) in sb_token_to_long() function 587 ret = sb_token_to_long(tok, &id); in sb_build_dcd() 673 ret = sb_token_to_long(tok, &address); in sb_build_dcd_block() 689 ret = sb_token_to_long(tok, &value); in sb_build_dcd_block() 734 ret = sb_token_to_long(tok, &id); in sb_build_section() 907 ret = sb_token_to_long(tok, &dest); in sb_build_command_load() 928 ret = sb_token_to_long(tok, &ivtep); in sb_build_command_load() 954 ret = sb_token_to_long(tok, &dcdid); in sb_build_command_load() 1065 ret = sb_token_to_long(tok, &address); in sb_build_command_fill() 1081 ret = sb_token_to_long(tok, &pattern); in sb_build_command_fill() [all …]
|