Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hcd.c74 static int log2_irq_thresh = 0; // 0 to 6 variable
542 if (log2_irq_thresh < 0 || log2_irq_thresh > 6) in ehci_init()
543 log2_irq_thresh = 0; in ehci_init()
544 temp = 1 << (16 + log2_irq_thresh); in ehci_init()

Completed in 4 milliseconds