Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Daisimage.c12 #define IS_FNC_EXEC(c) (cmd_table[c].AIS_cmd == AIS_CMD_FNLOAD) macro
152 ptr += cmd_table[id].nargs + IS_FNC_EXEC(id) + 1; in aisimage_print_header()
168 if (IS_FNC_EXEC(cmd)) in ais_insert_cmd_header()