Searched refs:regsend (Results 1 – 1 of 1) sorted by relevance
278 uint32_t regsend; /* end of configuration registers */ member2327 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()2971 sc->regsend = sc->rtsoff + 0x20 + 32; /* only 1 intrpter */ in pci_xhci_init()2977 sc->hccparams1 |= XHCI_SET_HCCP1_XECP(sc->regsend/4); in pci_xhci_init()2989 pci_emul_alloc_bar(pi, 0, PCIBAR_MEM32, sc->regsend + 4*32); in pci_xhci_init()2990 DPRINTF(("pci_xhci pci_emu_alloc: %d", sc->regsend + 4*32)); in pci_xhci_init()3108 SNAPSHOT_VAR_OR_LEAVE(sc->regsend, meta, ret, done); in pci_xhci_snapshot()