Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_xhci.c191 static const uint32_t clock_divs[] = { 1, 2, 4, 6, 8, 16, 24, 32 }; in octxhci_uctl_init() local
214 for (i = 0; i < __arraycount(clock_divs); i++) { in octxhci_uctl_init()
215 if (ioclock / clock_divs[i] < 300000000) in octxhci_uctl_init()