Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c81 #define XHCI_CAPLEN (4*8) /* offset of op register space */ macro
2243 offset -= XHCI_CAPLEN; in pci_xhci_hostop_write()
2338 if (offset < XHCI_CAPLEN) /* read only registers */ in pci_xhci_write()
2406 offset = (offset - XHCI_CAPLEN); in pci_xhci_hostop_read()
2559 if (offset < XHCI_CAPLEN) in pci_xhci_read()
2942 sc->caplength = XHCI_SET_CAPLEN(XHCI_CAPLEN) | in pci_xhci_init()
2956 sc->dboff = XHCI_SET_DOORBELL(XHCI_CAPLEN + XHCI_PORTREGS_START + in pci_xhci_init()