Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c648 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_address_device()
810 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h532 #define EP0_FLAG (1 << 1) macro