other versions
- wheezy 3.2.78-1
SATA_SCR_READ(9) | libata Library | SATA_SCR_READ(9) |
NAME¶
sata_scr_read - read SCR register of the specified portSYNOPSIS¶
int
sata_scr_read(struct ata_link * link,
int reg, u32 * val);
ARGUMENTS¶
linkATA link to read SCR for
reg
SCR to read
val
Place to store read value
DESCRIPTION¶
Read SCR register reg of link into * val. 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.LOCKING¶
None if link is ap->link. Kernel thread context otherwise.RETURNS¶
0 on success, negative errno on failure.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |