Searched refs:XHCI_IMAN (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhcireg.h | 168 #define XHCI_IMAN(n) (0x0020 + (0x20 * (n))) /* XHCI interrupt management */ macro
|
H A D | xhci.c | 419 temp = XREAD4(sc, runt, XHCI_IMAN(0)); in xhci_start_controller() 421 XWRITE4(sc, runt, XHCI_IMAN(0), temp); in xhci_start_controller() 1604 temp = XREAD4(sc, runt, XHCI_IMAN(0)); in xhci_interrupt() 1608 XWRITE4(sc, runt, XHCI_IMAN(0), temp); in xhci_interrupt()
|
Completed in 5 milliseconds