Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Doxu210hp-hcd.c631 static int log2_irq_thresh; /* 0 to 6 */ variable
632 module_param(log2_irq_thresh, int, S_IRUGO);
633 MODULE_PARM_DESC(log2_irq_thresh, "log2 IRQ latency, 1-64 microframes");
3032 if (log2_irq_thresh < 0 || log2_irq_thresh > 6) in oxu_hcd_init()
3033 log2_irq_thresh = 0; in oxu_hcd_init()
3034 temp = 1 << (16 + log2_irq_thresh); in oxu_hcd_init()
/linux/Documentation/usb/
H A Dehci.rst113 log2_irq_thresh (default 0):