Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c257 if (fscanf(file, OPT_SLEEP "=%d", &gOpts.code472Sleep) != 1) in parse472()
259 LOGD("sleep:%d\n", gOpts.code472Sleep); in parse472()
346 if (gOpts.code472Sleep > 0) in printOpts()
347 fprintf(out, OPT_SLEEP "=%d\n", gOpts.code472Sleep); in printOpts()
504 gOpts.code472Sleep = DEF_CODE472_SLEEP; in initOpts()
847 gOpts.code472Sleep, &dataOffset, NULL, false)) in mergeBoot()
H A Dboot_merger.h81 int code472Sleep; member