Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-ti.c63 static const int cdns_ti_rate_table[] = { /* in KHZ */ variable
139 for (i = 0; i < ARRAY_SIZE(cdns_ti_rate_table); i++) { in cdns_ti_probe()
140 if (cdns_ti_rate_table[i] == rate) in cdns_ti_probe()
144 if (i == ARRAY_SIZE(cdns_ti_rate_table)) { in cdns_ti_probe()