Home
last modified time | relevance | path

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

/src/stand/uboot/
H A Dmain.c158 *devtype = DEV_TYP_NONE; in get_device_type()
213 *type = DEV_TYP_NONE; in get_load_device()
259 if ((*type == DEV_TYP_NONE) || (*p == '\0')) { in get_load_device()
265 *type = DEV_TYP_NONE; in get_load_device()
280 *type = DEV_TYP_NONE; in get_load_device()
293 *type = DEV_TYP_NONE; in get_load_device()
302 *type = DEV_TYP_NONE; in get_load_device()
316 *type = DEV_TYP_NONE; in get_load_device()
336 *type = DEV_TYP_NONE; in get_load_device()
513 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main()
[all …]
H A Dapi_public.h125 #define DEV_TYP_NONE 0x0000 macro