Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dsata.c50 int sata_probe(int devnum) in sata_probe() function
98 return sata_probe(devnum); in do_sata()
104 rc = sata_probe(0); in do_sata()
/openbmc/u-boot/include/
H A Dsata.h21 int sata_probe(int devnum);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-sata.c-Declare-ata_get_powermode-prototype.patch28 static int sata_probe(int device) {
/openbmc/u-boot/common/
H A Dsplash_source.c168 return sata_probe(0); in splash_init_sata()