Name

sata_set_spd — set SATA spd according to spd limit

Synopsis

int sata_set_spd (struct ata_port * ap);
 

Arguments

ap

Port to set SATA spd for

Description

Set SATA spd of ap according to sata_spd_limit.

LOCKING

Inherited from caller.

RETURNS

0 if spd doesn't need to be changed, 1 if spd has been changed. Negative errno if SCR registers are inaccessible.