Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c709 in_slot_ctx->tt_info = out_slot_ctx->tt_info; in xhci_slot_copy()
807 slot_ctx->tt_info |= cpu_to_le32(TT_PORT(port_num)); in xhci_setup_addressable_virt_dev()
808 slot_ctx->tt_info |= cpu_to_le32(TT_SLOT(dev->slot_id)); in xhci_setup_addressable_virt_dev()
Dxhci.c1465 slot_ctx->tt_info |= cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
/external/u-boot/include/usb/
Dxhci.h510 __le32 tt_info; member