Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.c54 static const char * const spd_str[] = { in sata_spd_string() local
63 return spd_str[speed - 1]; in sata_spd_string()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-core.c960 static const char * const spd_str[] = { in sata_spd_string() local
966 if (spd == 0 || (spd - 1) >= ARRAY_SIZE(spd_str)) in sata_spd_string()
968 return spd_str[spd - 1]; in sata_spd_string()