Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsata.h14 int sata_stop(void);
/OK3568_Linux_fs/u-boot/cmd/
H A Dsata.c47 return sata_stop(); in sata_remove()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata.c133 int sata_stop(void) __attribute__((weak, alias("__sata_stop")));
/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c246 int sata_stop(void) in sata_stop() function