Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_hub.c734 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()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c1411 unsigned think_time; in xhci_update_hub_device() local
1457 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()
/openbmc/u-boot/include/
H A Dusb_defs.h320 unsigned think_time; /* think time in ns */ member
/openbmc/linux/drivers/usb/host/
H A Dehci-q.c836 int think_time; in qh_make() local
851 think_time = tt ? tt->think_time : 0; in qh_make()
852 qh->ps.tt_usecs = NS_TO_US(think_time + in qh_make()
H A Dehci-sched.c1072 int think_time; in iso_stream_init() local
1083 think_time = dev->tt->think_time; in iso_stream_init()
1084 stream->ps.tt_usecs = NS_TO_US(think_time + usb_calc_bus_time( in iso_stream_init()
H A Dxhci.c5021 unsigned think_time; in xhci_update_hub_device() local
5081 think_time = tt->think_time; in xhci_update_hub_device()
5082 if (think_time != 0) in xhci_update_hub_device()
5083 think_time = (think_time / 666) - 1; in xhci_update_hub_device()
5086 cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
H A Doxu210hp-hcd.c1831 int think_time; in qh_make() local
1846 think_time = tt ? tt->think_time : 0; in qh_make()
1847 qh->tt_usecs = NS_TO_US(think_time + in qh_make()
/openbmc/linux/drivers/usb/core/
H A Dhub.c1560 hub->tt.think_time = 666; in hub_configure()
1563 8, hub->tt.think_time); in hub_configure()
1567 hub->tt.think_time = 666 * 2; in hub_configure()
1570 16, hub->tt.think_time); in hub_configure()
1573 hub->tt.think_time = 666 * 3; in hub_configure()
1576 24, hub->tt.think_time); in hub_configure()
1579 hub->tt.think_time = 666 * 4; in hub_configure()
1582 32, hub->tt.think_time); in hub_configure()
/openbmc/linux/include/linux/usb/
H A Dhcd.h561 unsigned think_time; /* think time in ns */ member
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_queue.c1528 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2769 int think_time; in qh_make() local
2784 think_time = tt ? tt->think_time : 0; in qh_make()
2785 qh->tt_usecs = NS_TO_US(think_time + in qh_make()