Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci.h508 #define ER_IRQ_INTERVAL_MASK (0xffff) macro
Dxhci.c530 temp &= ~ER_IRQ_INTERVAL_MASK; in xhci_run()
531 temp |= (xhci->imod_interval / 250) & ER_IRQ_INTERVAL_MASK; in xhci_run()