Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h166 #define XHCI_IMAN_INTR_PEND 0x00000001 /* RW - interrupt pending */ macro
Dxhci.c1614 if (temp & XHCI_IMAN_INTR_PEND) in xhci_interrupt()