Home
last modified time | relevance | path

Searched refs:TT_THINK_TIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h556 #define TT_THINK_TIME(p) (((p) & 0x3) << 16) macro
H A Dxhci.c1461 slot_ctx->tt_info |= cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h419 #define TT_THINK_TIME(p) (((p) & 0x3) << 16) macro
H A Dxhci.c5099 cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()