Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c125 #define IMAN_IP (1<<0) macro
568 if (xhci->intr[0].iman & IMAN_IP && in xhci_intr_update()
575 xhci->intr[0].iman &= ~IMAN_IP; in xhci_intr_update()
590 xhci->intr[v].iman |= IMAN_IP; in xhci_intr_raise()
605 xhci->intr[v].iman &= ~IMAN_IP; in xhci_intr_raise()
3082 if (val & IMAN_IP) { in xhci_runtime_write()
3083 intr->iman &= ~IMAN_IP; in xhci_runtime_write()