Searched refs:TT_PORT (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/host/ | ||
D | xhci.h | 555 #define TT_PORT(p) (((p) & 0xff) << 8) macro |
D | xhci-mem.c | 803 slot_ctx->tt_info |= cpu_to_le32(TT_PORT(port_num)); in xhci_setup_addressable_virt_dev() |