Searched refs:speed_string (Results 1 – 2 of 2) sorted by relevance
82 const char *speed_string; in bus_speed_read() local85 speed_string = pci_bus_speed_strings[speed]; in bus_speed_read()87 speed_string = "Unknown"; in bus_speed_read()89 return sprintf(buf, "%s\n", speed_string); in bus_speed_read()
18 struct speed_string { struct24 static const struct speed_string speed_strings[] = { argument