Home
last modified time | relevance | path

Searched defs:xhci_slot_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h90 struct xhci_slot_ctx { struct
91 uint32_t dwSctx0;
102 uint32_t dwSctx1;
109 uint32_t dwSctx2;
118 uint32_t dwSctx3;
123 uint32_t dwSctx4;
124 uint32_t dwSctx5;
125 uint32_t dwSctx6;
126 uint32_t dwSctx7;
/freebsd/sys/dev/usb/controller/
H A Dxhci.h74 struct xhci_slot_ctx { struct
75 volatile uint32_t dwSctx0;
86 volatile uint32_t dwSctx1;
114 struct xhci_slot_ctx ctx; argument