Query: sata_scr_write
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SATA_SCR_WRITE(9) libata Library SATA_SCR_WRITE(9)NAMEsata_scr_write - write SCR register of the specified portSYNOPSISint sata_scr_write(struct ata_link * link, int reg, u32 val);ARGUMENTSlink ATA link to write SCR for reg SCR to write val value to writeDESCRIPTIONWrite val to SCR register reg of link. This function is guaranteed to succeed if link is ap->link, the cable type of the port is SATA and the port implements ->scr_read.LOCKINGNone if link is ap->link. Kernel thread context otherwise.RETURNS0 on success, negative errno on failure.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SATA_SCR_WRITE(9)