Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-hcd.c79 static int log2_irq_thresh = 0; // 0 to 6 variable
80 module_param (log2_irq_thresh, int, S_IRUGO);
81 MODULE_PARM_DESC (log2_irq_thresh, "log2 IRQ latency, 1-64 microframes");
532 if (log2_irq_thresh < 0 || log2_irq_thresh > 6) in ehci_init()
533 log2_irq_thresh = 0; in ehci_init()
534 temp = 1 << (16 + log2_irq_thresh); in ehci_init()
Doxu210hp-hcd.c655 static int log2_irq_thresh; /* 0 to 6 */ variable
656 module_param(log2_irq_thresh, int, S_IRUGO);
657 MODULE_PARM_DESC(log2_irq_thresh, "log2 IRQ latency, 1-64 microframes");
3055 if (log2_irq_thresh < 0 || log2_irq_thresh > 6) in oxu_hcd_init()
3056 log2_irq_thresh = 0; in oxu_hcd_init()
3057 temp = 1 << (16 + log2_irq_thresh); in oxu_hcd_init()
Dfotg210-hcd.c64 static int log2_irq_thresh; /* 0 to 6 */ variable
65 module_param(log2_irq_thresh, int, S_IRUGO);
66 MODULE_PARM_DESC(log2_irq_thresh, "log2 IRQ latency, 1-64 microframes");
4969 if (log2_irq_thresh < 0 || log2_irq_thresh > 6) in hcd_fotg210_init()
4970 log2_irq_thresh = 0; in hcd_fotg210_init()
4971 temp = 1 << (16 + log2_irq_thresh); in hcd_fotg210_init()