Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dsata.c22 static int sata_curr_device = -1; variable
98 if (sata_curr_device != -1) { in do_sata()
109 if (sata_curr_device == -1) { in do_sata()
113 sata_curr_device = 0; in do_sata()
116 return blk_common_cmd(argc, argv, IF_TYPE_SATA, &sata_curr_device); in do_sata()