Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c278 uint32_t regsend; /* end of configuration registers */ member
2327 else if (offset < sc->regsend) in pci_xhci_write()
2487 offset -= sc->regsend; in pci_xhci_xecp_read()
2548 else if (offset < sc->regsend) in pci_xhci_read()
2550 else if (offset < (sc->regsend + 4*32)) in pci_xhci_read()
2954 sc->regsend = sc->rtsoff + 0x20 + 32; /* only 1 intrpter */ in pci_xhci_init()
2960 sc->hccparams1 |= XHCI_SET_HCCP1_XECP(sc->regsend/4); in pci_xhci_init()
2972 pci_emul_alloc_bar(pi, 0, PCIBAR_MEM32, sc->regsend + 4*32); in pci_xhci_init()
2973 DPRINTF(("pci_xhci pci_emu_alloc: %d", sc->regsend + 4*32)); in pci_xhci_init()
3091 SNAPSHOT_VAR_OR_LEAVE(sc->regsend, meta, ret, done); in pci_xhci_snapshot()