Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h411 #define ER_IRQ_INTERVAL_MASK (0xffff) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h253 #define ER_IRQ_INTERVAL_MASK (0xffff) macro
H A Dxhci.c531 temp &= ~ER_IRQ_INTERVAL_MASK; in xhci_run()
532 temp |= (xhci->imod_interval / 250) & ER_IRQ_INTERVAL_MASK; in xhci_run()