Searched refs:log2_irq_thresh (Results 1 – 1 of 1) sorted by relevance
74 static int log2_irq_thresh = 0; // 0 to 6 variable542 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