Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-histb.c271 xhci->imod_interval = 40000; in xhci_histb_probe()
273 &xhci->imod_interval); in xhci_histb_probe()
H A Dxhci-plat.c239 xhci->imod_interval = 40000; in xhci_plat_probe()
257 &xhci->imod_interval); in xhci_plat_probe()
H A Dxhci-mtk.c636 xhci->imod_interval = 5000; in xhci_mtk_probe()
637 device_property_read_u32(dev, "imod-interval-ns", &xhci->imod_interval); in xhci_mtk_probe()
H A Dxhci-pci.c613 /* imod_interval is the interrupt moderation value in nanoseconds. */ in xhci_pci_setup()
614 xhci->imod_interval = 40000; in xhci_pci_setup()
H A Dxhci.h1538 /* imod_interval in ns (I * 250ns) */
1539 u32 imod_interval; member
H A Dxhci.c532 temp |= (xhci->imod_interval / 250) & ER_IRQ_INTERVAL_MASK; in xhci_run()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1704 dwc->imod_interval = 1; in dwc3_check_params()
H A Dgadget.c2917 * Use IMOD if enabled via dwc->imod_interval. Otherwise, if in __dwc3_gadget_start()
2920 if (dwc->imod_interval) { in __dwc3_gadget_start()
2921 dwc3_writel(dwc->regs, DWC3_DEV_IMOD(0), dwc->imod_interval); in __dwc3_gadget_start()
4517 if (dwc->imod_interval) { in dwc3_process_event_buf()
4519 dwc3_writel(dwc->regs, DWC3_DEV_IMOD(0), dwc->imod_interval); in dwc3_process_event_buf()
H A Dcore.h1138 * @imod_interval: set the interrupt moderation interval in 250ns
1364 u16 imod_interval; member