Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c746 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()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1426 unsigned think_time; in xhci_update_hub_device() local
1472 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()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h321 unsigned think_time; /* think time in ns */ member