Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.h363 #define DEV_MTT BIT(25) macro
2326 mtt = info & DEV_MTT; in xhci_decode_slot_context()
H A Dxhci.c5319 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()
5321 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()