Searched refs:xhci_regs_base (Results 1 – 2 of 2) sorted by relevance
853 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get8()880 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get16()907 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get32()934 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_get64()961 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put8()988 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put16()1015 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put32()1042 addr = roff + off + (uintptr_t)xhcip->xhci_regs_base; in xhci_put64()1168 &xhcip->xhci_regs_base, 0, memsize, &da, &xhcip->xhci_regs_handle); in xhci_regs_map()
645 caddr_t xhci_regs_base; member