Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c836 roff = xhcip->xhci_regs_dooroff; in xhci_get8()
863 roff = xhcip->xhci_regs_dooroff; in xhci_get16()
890 roff = xhcip->xhci_regs_dooroff; in xhci_get32()
917 roff = xhcip->xhci_regs_dooroff; in xhci_get64()
944 roff = xhcip->xhci_regs_dooroff; in xhci_put8()
971 roff = xhcip->xhci_regs_dooroff; in xhci_put16()
998 roff = xhcip->xhci_regs_dooroff; in xhci_put32()
1025 roff = xhcip->xhci_regs_dooroff; in xhci_put64()
1177 xhcip->xhci_regs_dooroff = xhci_get32(xhcip, XHCI_R_CAP, XHCI_DBOFF); in xhci_regs_init()
1178 xhcip->xhci_regs_dooroff &= ~0x3; in xhci_regs_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h644 uint_t xhci_regs_dooroff; member