Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c949 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1)); in pci_xhci_cmd_address_device()
959 (input_ctx->ctx_input.dwInCtx1 & 0x03) != 0x03) { in pci_xhci_cmd_address_device()
1097 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1, in pci_xhci_cmd_config_ep()
1109 if (input_ctx->ctx_input.dwInCtx1 & in pci_xhci_cmd_config_ep()
1334 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1)); in pci_xhci_cmd_eval_ctx()
1344 (input_ctx->ctx_input.dwInCtx1 & 0x03) == 0) { in pci_xhci_cmd_eval_ctx()
1366 if (input_ctx->ctx_input.dwInCtx1 & 0x01) { /* slot ctx */ in pci_xhci_cmd_eval_ctx()
1377 if (input_ctx->ctx_input.dwInCtx1 & 0x02) { /* control ctx */ in pci_xhci_cmd_eval_ctx()
H A Dpci_xhci.h170 uint32_t dwInCtx1; member
/freebsd/sys/dev/usb/controller/
H A Dxhci.h172 volatile uint32_t dwInCtx1; member