Searched refs:pci_bus_speed_strings (Results 1 – 1 of 1) sorted by relevance
53 static const char *pci_bus_speed_strings[] = { variable83 if (speed < ARRAY_SIZE(pci_bus_speed_strings)) in bus_speed_read()84 speed_string = pci_bus_speed_strings[speed]; in bus_speed_read()