Searched refs:cdns_ti_rate_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdns3-ti.c62 static const int cdns_ti_rate_table[] = { /* in KHZ */ variable
126 for (i = 0; i < ARRAY_SIZE(cdns_ti_rate_table); i++) {
127 if (cdns_ti_rate_table[i] == rate)
131 if (i == ARRAY_SIZE(cdns_ti_rate_table)) {

Completed in 118 milliseconds