Searched refs:clock_divs (Results 1 – 1 of 1) sorted by relevance
191 static const uint32_t clock_divs[] = { 1, 2, 4, 6, 8, 16, 24, 32 }; in octxhci_uctl_init() local214 for (i = 0; i < __arraycount(clock_divs); i++) { in octxhci_uctl_init()215 if (ioclock / clock_divs[i] < 300000000) in octxhci_uctl_init()