Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil3114.c30 static u8 check_power_mode (int num);
216 if ((status = check_power_mode (num)) == 0x00) { in sil3114_spin_down()
262 if ((status = check_power_mode (num)) != 0x00) { in sil3114_spin_up()
300 status = check_power_mode (num); in sil3114_spin_up()
317 static u8 check_power_mode (int num) in check_power_mode() function