Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c833 roff = xhcip->xhci_regs_runoff; in xhci_get8()
860 roff = xhcip->xhci_regs_runoff; in xhci_get16()
887 roff = xhcip->xhci_regs_runoff; in xhci_get32()
914 roff = xhcip->xhci_regs_runoff; in xhci_get64()
941 roff = xhcip->xhci_regs_runoff; in xhci_put8()
968 roff = xhcip->xhci_regs_runoff; in xhci_put16()
995 roff = xhcip->xhci_regs_runoff; in xhci_put32()
1022 roff = xhcip->xhci_regs_runoff; in xhci_put64()
1175 xhcip->xhci_regs_runoff = xhci_get32(xhcip, XHCI_R_CAP, XHCI_RTSOFF); in xhci_regs_init()
1176 xhcip->xhci_regs_runoff &= ~0x1f; in xhci_regs_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h649 uint_t xhci_regs_runoff; member