Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c1450 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()
1452 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()
H A Dxhci-mem.c806 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h524 #define DEV_MTT (0x1 << 25) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h640 #define DEV_MTT (0x1 << 25) macro
2572 mtt = info & DEV_MTT; in xhci_decode_slot_context()
H A Dxhci.c5135 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()
5137 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()
H A Dxhci-mem.c1269 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()