Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c560 if (xhci->intr[0].iman & IMAN_IP && in xhci_intr_update()
561 xhci->intr[0].iman & IMAN_IE && in xhci_intr_update()
567 xhci->intr[0].iman &= ~IMAN_IP; in xhci_intr_update()
573 xhci->intr[v].iman & IMAN_IE); in xhci_intr_update()
582 xhci->intr[v].iman |= IMAN_IP; in xhci_intr_raise()
588 if (!(xhci->intr[v].iman & IMAN_IE)) { in xhci_intr_raise()
597 xhci->intr[v].iman &= ~IMAN_IP; in xhci_intr_raise()
2721 xhci->intr[i].iman = 0; in xhci_reset()
3046 ret = intr->iman; in xhci_runtime_read()
3092 intr->iman &= ~IMAN_IP; in xhci_runtime_write()
[all …]
H A Dhcd-xhci.h153 uint32_t iman; member