Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c220 if (fscanf(file, OPT_SLEEP "=%d", &gOpts.code471Sleep) != 1) in parse471()
222 LOGD("sleep:%d\n", gOpts.code471Sleep); in parse471()
339 if (gOpts.code471Sleep > 0) in printOpts()
340 fprintf(out, OPT_SLEEP "=%d\n", gOpts.code471Sleep); in printOpts()
503 gOpts.code471Sleep = DEF_CODE471_SLEEP; in initOpts()
841 gOpts.code471Sleep, &dataOffset, NULL, false)) in mergeBoot()
H A Dboot_merger.h80 int code471Sleep; member