Searched refs:sata_scr_write (Results 1 - 4 of 4) sorted by relevance

/drivers/ata/
H A Dlibata-core.c2907 if ((rc = sata_scr_write(link, SCR_CONTROL, scontrol)))
3608 if ((rc = sata_scr_write(link, SCR_CONTROL, scontrol)))
3637 rc = sata_scr_write(link, SCR_ERROR, serror);
3701 rc = sata_scr_write(link, SCR_CONTROL, scontrol);
3711 return sata_scr_write(link, SCR_ERROR, SERR_PHYRDY_CHG);
3806 if ((rc = sata_scr_write(link, SCR_CONTROL, scontrol)))
3917 sata_scr_write(link, SCR_ERROR, serror);
5142 * sata_scr_write - write SCR register of the specified port
5157 int sata_scr_write(struct ata_link *link, int reg, u32 val) function
5174 * This function is identical to sata_scr_write() excep
6902 EXPORT_SYMBOL_GPL(sata_scr_write); variable
[all...]
H A Dlibata-pmp.c860 rc = sata_scr_write(link, SCR_ERROR, SERR_PHYRDY_CHG);
991 sata_scr_write(&ap->link, SCR_NOTIFICATION, sntf);
H A Dlibata-eh.c562 sata_scr_write(link, SCR_CONTROL, link->saved_scontrol & 0xff0);
1185 sata_scr_write(&ap->link, SCR_NOTIFICATION, sntf);
H A Dsata_nv.c2092 sata_scr_write(&ap->link, SCR_ERROR, serror);

Completed in 84 milliseconds