Home
last modified time | relevance | path

Searched refs:spd_str (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/ata/
Dlibata-core.c1020 static const char * const spd_str[] = { in sata_spd_string() local
1026 if (spd == 0 || (spd - 1) >= ARRAY_SIZE(spd_str)) in sata_spd_string()
1028 return spd_str[spd - 1]; in sata_spd_string()