Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c175 addr = xhci_get64(xhcip, XHCI_R_OPER, XHCI_CRCR); in xhci_command_ring_init()
179 xhci_put64(xhcip, XHCI_R_OPER, XHCI_CRCR, addr); in xhci_command_ring_init()
210 reg = xhci_get64(xhcip, XHCI_R_OPER, XHCI_CRCR); in xhci_command_timeout()
226 xhci_put64(xhcip, XHCI_R_OPER, XHCI_CRCR, reg); in xhci_command_timeout()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h142 #define XHCI_CRCR 0x18 /* XHCI command ring control */ macro