Searched refs:speed_string (Results 1 – 2 of 2) sorted by relevance
81 const char *speed_string; in bus_speed_read() local84 speed_string = pci_bus_speed_strings[speed]; in bus_speed_read()86 speed_string = "Unknown"; in bus_speed_read()88 return sprintf(buf, "%s\n", speed_string); in bus_speed_read()
15 struct speed_string { struct21 static const struct speed_string speed_strings[] = { argument