Home
last modified time | relevance | path

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

/linux-6.15/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.c242 xhci->imod_interval = 40000; in xhci_plat_probe()
269 &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.h1519 u32 imod_interval; member
1851 u32 imod_interval);
1892 u32 imod_interval);
H A Dxhci-mem.c2329 u32 imod_interval) in xhci_create_secondary_interrupter() argument
2362 err = xhci_set_interrupter_moderation(ir, imod_interval); in xhci_create_secondary_interrupter()
2365 i, imod_interval); in xhci_create_secondary_interrupter()
H A Dxhci-pci.c551 xhci->imod_interval = 40000; in xhci_pci_setup()
H A Dxhci.c353 u32 imod_interval) in xhci_set_interrupter_moderation() argument
357 if (!ir || !ir->ir_set || imod_interval > U16_MAX * 250) in xhci_set_interrupter_moderation()
362 imod |= (imod_interval / 250) & ER_IRQ_INTERVAL_MASK; in xhci_set_interrupter_moderation()
565 xhci_set_interrupter_moderation(ir, xhci->imod_interval); in xhci_run()
/linux-6.15/drivers/usb/dwc3/
H A Dgadget.c2913 if (dwc->imod_interval) { in __dwc3_gadget_start()
2914 dwc3_writel(dwc->regs, DWC3_DEV_IMOD(0), dwc->imod_interval); in __dwc3_gadget_start()
4550 if (dwc->imod_interval) { in dwc3_process_event_buf()
4552 dwc3_writel(dwc->regs, DWC3_DEV_IMOD(0), dwc->imod_interval); in dwc3_process_event_buf()
H A Dcore.h1393 u16 imod_interval; member
H A Dcore.c1883 dwc->imod_interval = 1; in dwc3_check_params()