Searched refs:think_time (Results 1 – 3 of 3) sorted by relevance
734 hub->tt.think_time = 666; in usb_hub_configure()736 8, hub->tt.think_time); in usb_hub_configure()740 hub->tt.think_time = 666 * 2; in usb_hub_configure()742 16, hub->tt.think_time); in usb_hub_configure()745 hub->tt.think_time = 666 * 3; in usb_hub_configure()747 24, hub->tt.think_time); in usb_hub_configure()750 hub->tt.think_time = 666 * 4; in usb_hub_configure()752 32, hub->tt.think_time); in usb_hub_configure()
1411 unsigned think_time; in xhci_update_hub_device() local1457 think_time = hub->tt.think_time; in xhci_update_hub_device()1458 if (think_time != 0) in xhci_update_hub_device()1459 think_time = (think_time / 666) - 1; in xhci_update_hub_device()1461 slot_ctx->tt_info |= cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
320 unsigned think_time; /* think time in ns */ member