Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/common/
Dcommon.c42 static const char *const speed_names[] = { variable
63 for (i = 0; i < ARRAY_SIZE(speed_names); i++) in usb_get_maximum_speed()
64 if (!strcmp(max_speed, speed_names[i])) in usb_get_maximum_speed()