Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update.c108 static int au_stor_curr_dev; /* current device */ variable
493 au_stor_curr_dev = -1; in do_auto_update()
496 au_stor_curr_dev = s_intf[j].init(); in do_auto_update()
497 if (au_stor_curr_dev == -1) { in do_auto_update()
518 s_intf[j].name, au_stor_curr_dev, 1); in do_auto_update()
Dauto_update_adaptation.c521 static int au_stor_curr_dev; /* current device */ variable
1829 au_stor_curr_dev = -1; in do_auto_update()
1832 au_stor_curr_dev = s_intf[j].init(); in do_auto_update()
1833 if (au_stor_curr_dev == -1) { in do_auto_update()
1865 debug_print("Unable to use %s %d:%d for fatls\n", s_intf[j].name, au_stor_curr_dev, 1); in do_auto_update()