Searched refs:spd_str (Results 1 – 2 of 2) sorted by relevance
53 static const char * const spd_str[] = { in sata_spd_string() local62 return spd_str[speed - 1]; in sata_spd_string()
1002 static const char * const spd_str[] = { in sata_spd_string() local1008 if (spd == 0 || (spd - 1) >= ARRAY_SIZE(spd_str)) in sata_spd_string()1010 return spd_str[spd - 1]; in sata_spd_string()