Searched refs:think_time (Results 1 – 3 of 3) sorted by relevance
746 hub->tt.think_time = 666; in usb_hub_configure()748 8, hub->tt.think_time); in usb_hub_configure()752 hub->tt.think_time = 666 * 2; in usb_hub_configure()754 16, hub->tt.think_time); in usb_hub_configure()757 hub->tt.think_time = 666 * 3; in usb_hub_configure()759 24, hub->tt.think_time); in usb_hub_configure()762 hub->tt.think_time = 666 * 4; in usb_hub_configure()764 32, hub->tt.think_time); in usb_hub_configure()
1426 unsigned think_time; in xhci_update_hub_device() local1472 think_time = hub->tt.think_time; in xhci_update_hub_device()1473 if (think_time != 0) in xhci_update_hub_device()1474 think_time = (think_time / 666) - 1; in xhci_update_hub_device()1476 slot_ctx->tt_info |= cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
321 unsigned think_time; /* think time in ns */ member