Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h555 #define TT_PORT(p) (((p) & 0xff) << 8) macro
H A Dxhci-mem.c806 slot_ctx->tt_info |= cpu_to_le32(TT_PORT(port_num)); in xhci_setup_addressable_virt_dev()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h673 #define TT_PORT (0xff << 8) macro
2581 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context()