Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_intr.c107 reg = xhci_get32(xhcip, XHCI_R_RUN, XHCI_IMAN(0)); in xhci_intr_conf()
109 xhci_put32(xhcip, XHCI_R_RUN, XHCI_IMAN(0), reg); in xhci_intr_conf()
158 iman = xhci_get32(xhcip, XHCI_R_RUN, XHCI_IMAN(0)); in xhci_intr()
185 xhci_put32(xhcip, XHCI_R_RUN, XHCI_IMAN(0), iman); in xhci_intr()
H A Dxhci_polled.c390 iman = xhci_get32(xhcip, XHCI_R_RUN, XHCI_IMAN(0)); in xhci_hcdi_console_read()
395 xhci_put32(xhcip, XHCI_R_RUN, XHCI_IMAN(0), iman); in xhci_hcdi_console_read()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h163 #define XHCI_IMAN(n) (0x0020 + (0x20 * (n))) /* XHCI interrupt management */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h216 #define XHCI_IMAN(n) (0x0020 + (0x20 * (n))) /* XHCI interrupt */ macro