Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.h360 #define DEV_MTT (0x1 << 25) macro
2313 mtt = info & DEV_MTT; in xhci_decode_slot_context()
H A Dxhci.c5272 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()
5274 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()
H A Dxhci-mem.c1182 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()