Home
last modified time | relevance | path

Searched refs:IMAN_IP (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c125 #define IMAN_IP (1<<0) macro
560 if (xhci->intr[0].iman & IMAN_IP && in xhci_intr_update()
567 xhci->intr[0].iman &= ~IMAN_IP; in xhci_intr_update()
582 xhci->intr[v].iman |= IMAN_IP; in xhci_intr_raise()
597 xhci->intr[v].iman &= ~IMAN_IP; in xhci_intr_raise()
3066 if (val & IMAN_IP) { in xhci_runtime_write()
3067 intr->iman &= ~IMAN_IP; in xhci_runtime_write()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h384 #define IMAN_IP BIT(0) macro
H A Dcdnsp-gadget.c1453 temp |= IMAN_IP; in cdnsp_stop()
H A Dcdnsp-ring.c1587 irq_pending |= IMAN_IP; in cdnsp_irq_handler()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h157 #define IMAN_IP (1 << 0) macro
H A Dxhci-ring.c3229 irq_pending |= IMAN_IP; in xhci_irq()