Searched refs:ER_IRQ_INTERVAL_MASK (Results 1 – 2 of 2) sorted by relevance
509 #define ER_IRQ_INTERVAL_MASK (0xffff) macro
697 temp &= ~ER_IRQ_INTERVAL_MASK; in xhci_run()698 temp |= (xhci->imod_interval / 250) & ER_IRQ_INTERVAL_MASK; in xhci_run()