Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Dcmd_vo.c239 unsigned long layer_tmp, addr_tmp, strd_tmp, x_tmp, y_tmp, width_tmp, height_tmp; in start_layer_parse() local
270 ret = strict_strtoul(argv[7], CMD_VO_ARGS_BASE10, &height_tmp); /* 7th arg */ in start_layer_parse()
281 layer_rect->height = (unsigned int)height_tmp; in start_layer_parse()