Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c842 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get8()
869 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get16()
896 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get32()
923 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get64()
950 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put8()
977 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put16()
1004 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put32()
1031 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put64()
1157 &xhcip->xhci_regs_base, 0, memsize, &da, &xhcip->xhci_regs_handle); in xhci_regs_map()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h639 caddr_t xhci_regs_base; member