Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1459 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()
1461 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()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h524 #define DEV_MTT (0x1 << 25) macro