Searched refs:xhci_regs_base (Results 1 – 2 of 2) sorted by relevance
842 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()
645 caddr_t xhci_regs_base; member