Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dsata.c21 static int sata_curr_device = -1; variable
92 if (sata_curr_device != -1) { in do_sata()
103 if (sata_curr_device == -1) { in do_sata()
107 sata_curr_device = 0; in do_sata()
110 return blk_common_cmd(argc, argv, IF_TYPE_SATA, &sata_curr_device); in do_sata()