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