Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Dcmd_vo.c107 unsigned long dev_tmp, intftype_tmp, sync_tmp; in startvo_parse() local
113 ret = strict_strtoul(argv[2], CMD_VO_ARGS_BASE10, &intftype_tmp); /* 2nd arg */ in startvo_parse()
124 *intftype = (unsigned int)intftype_tmp; in startvo_parse()