Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h383 #define IMAN_IE BIT(1) macro
386 #define IMAN_IE_SET(p) ((p) | IMAN_IE)
387 #define IMAN_IE_CLEAR(p) ((p) & ~IMAN_IE)
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c126 #define IMAN_IE (1<<1) macro
569 xhci->intr[0].iman & IMAN_IE && in xhci_intr_update()
581 xhci->intr[v].iman & IMAN_IE); in xhci_intr_update()
596 if (!(xhci->intr[v].iman & IMAN_IE)) { in xhci_intr_raise()
3085 intr->iman &= ~IMAN_IE; in xhci_runtime_write()
3086 intr->iman |= val & IMAN_IE; in xhci_runtime_write()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h236 #define IMAN_IE (1 << 1) macro