Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h403 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h245 #define ER_IRQ_ENABLE(p) ((ER_IRQ_CLEAR(p)) | 0x2) macro
H A Dxhci.c308 writel(ER_IRQ_ENABLE(iman), &ir->ir_set->irq_pending); in xhci_enable_interrupter()