Searched refs:XHCI_DO_CMD_TIMEOUT (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 76 #define XHCI_DO_CMD_TIMEOUT 1000 macro 1280 err = xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */); in xhci_cmd_enable_slot() 1307 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_disable_slot() 1329 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_set_address() 1478 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_configure_ep() 1496 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_evaluate_ctx() 1519 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_reset_ep() 1541 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_set_tr_dequeue_ptr() 1564 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* ms */)); in xhci_cmd_stop_ep() 1582 return (xhci_do_command(sc, &trb, XHCI_DO_CMD_TIMEOUT/* m in xhci_cmd_reset_dev() [all...] |
Completed in 3 milliseconds