Query: sata_scr_write_flush
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SATA_SCR_WRITE_FLUSH(9) libata Library SATA_SCR_WRITE_FLUSH(9)NAMEsata_scr_write_flush - write SCR register of the specified port and flushSYNOPSISint sata_scr_write_flush(struct ata_link * link, int reg, u32 val);ARGUMENTSlink ATA link to write SCR for reg SCR to write val value to writeDESCRIPTIONThis function is identical to sata_scr_write except that this function performs flush after writing to the register.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_FLUSH(9)