Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h625 #define DEV_MTT (0x1 << 25) macro
2392 mtt = info & DEV_MTT; in xhci_decode_slot_context()
Dxhci.c4909 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()
4911 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()
Dxhci-mem.c1192 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()