Lines Matching defs:spd
370 * Force link flags and SATA spd limit according to libata.force
400 /* only honor the first spd limit */
403 ata_link_notice(link, "FORCE: PHY spd limit set to %s\n",
1032 const char *sata_spd_string(unsigned int spd)
1040 if (spd == 0 || (spd - 1) >= ARRAY_SIZE(spd_str))
1042 return spd_str[spd - 1];
5544 /* SATA spd limit is bound to the attached device, reset together */
5616 u8 spd;
5623 spd = (link->saved_scontrol >> 4) & 0xf;
5624 if (spd)
5625 link->hw_sata_spd_limit &= (1 << spd) - 1;
6491 #define force_spd_limit(spd, val) \
6492 { #spd, .spd_limit = (val) }