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