| /src/sys/arch/mips/cavium/dev/ |
| octeon_xhci.c | 191 static const uint32_t clock_divs[] = { 1, 2, 4, 6, 8, 16, 24, 32 }; local in function:octxhci_uctl_init 214 for (i = 0; i < __arraycount(clock_divs); i++) { 215 if (ioclock / clock_divs[i] < 300000000)
|
| octeon_xhci.c | 191 static const uint32_t clock_divs[] = { 1, 2, 4, 6, 8, 16, 24, 32 }; local in function:octxhci_uctl_init 214 for (i = 0; i < __arraycount(clock_divs); i++) { 215 if (ioclock / clock_divs[i] < 300000000)
|