Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h551 #define TT_SLOT(p) (((p) & 0xff) << 0) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c808 slot_ctx->tt_info |= cpu_to_le32(TT_SLOT(dev->slot_id)); in xhci_setup_addressable_virt_dev()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h666 #define TT_SLOT (0xff) macro
2604 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context()
H A Dxhci-ring.c2548 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()