Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil3114.c29 static u8 check_power_mode (int num);
215 if ((status = check_power_mode (num)) == 0x00) { in sil3114_spin_down()
261 if ((status = check_power_mode (num)) != 0x00) { in sil3114_spin_up()
299 status = check_power_mode (num); in sil3114_spin_up()
316 static u8 check_power_mode (int num) in check_power_mode() function