Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb_hub.c730 hub->tt.think_time = 666; in usb_hub_configure()
732 8, hub->tt.think_time); in usb_hub_configure()
736 hub->tt.think_time = 666 * 2; in usb_hub_configure()
738 16, hub->tt.think_time); in usb_hub_configure()
741 hub->tt.think_time = 666 * 3; in usb_hub_configure()
743 24, hub->tt.think_time); in usb_hub_configure()
746 hub->tt.think_time = 666 * 4; in usb_hub_configure()
748 32, hub->tt.think_time); in usb_hub_configure()
/u-boot/drivers/usb/host/
A Dxhci.c1455 unsigned think_time; in xhci_update_hub_device() local
1501 think_time = hub->tt.think_time; in xhci_update_hub_device()
1502 if (think_time != 0) in xhci_update_hub_device()
1503 think_time = (think_time / 666) - 1; in xhci_update_hub_device()
1505 slot_ctx->tt_info |= cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
/u-boot/include/
A Dusb_defs.h320 unsigned think_time; /* think time in ns */ member

Completed in 13 milliseconds