Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.h445 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2) macro
Dxhci.c651 xhci->ir_set, (unsigned int) ER_IRQ_ENABLE(temp)); in xhci_run()
652 writel(ER_IRQ_ENABLE(temp), &xhci->ir_set->irq_pending); in xhci_run()