Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h550 #define TT_SLOT(p) (((p) & 0xff) << 0) macro
H A Dxhci-mem.c807 slot_ctx->tt_info |= cpu_to_le32(TT_SLOT(dev->slot_id)); in xhci_setup_addressable_virt_dev()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h413 #define TT_SLOT (0xff) macro
2329 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context()
H A Dxhci-ring.c2627 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()