Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c274 uint32_t regsend; /* end of configuration registers */ member
2344 else if (offset < sc->regsend) in pci_xhci_write()
2504 offset -= sc->regsend; in pci_xhci_xecp_read()
2565 else if (offset < sc->regsend) in pci_xhci_read()
2567 else if (offset < (sc->regsend + 4*32)) in pci_xhci_read()
2976 sc->regsend = sc->rtsoff + 0x20 + 32; /* only 1 intrpter */ in pci_xhci_init()
2982 sc->hccparams1 |= XHCI_SET_HCCP1_XECP(sc->regsend/4); in pci_xhci_init()
2994 pci_emul_alloc_bar(pi, 0, PCIBAR_MEM32, sc->regsend + 4*32); in pci_xhci_init()
2995 DPRINTF(("pci_xhci pci_emu_alloc: %d", sc->regsend + 4*32)); in pci_xhci_init()