Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c645 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_address_device()
801 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h648 #define EP0_FLAG (1 << 1) macro
2552 (add & EP0_FLAG) ? " ep0":""); in xhci_decode_ctrl_ctx()
2553 add &= ~(SLOT_FLAG | EP0_FLAG); in xhci_decode_ctrl_ctx()
H A Dxhci.c1468 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket()
1797 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1883 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()
2939 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in xhci_check_bandwidth()
2940 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
3144 if (ep_flag == SLOT_FLAG || ep_flag == EP0_FLAG) in xhci_endpoint_reset()
4143 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_setup_device()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h532 #define EP0_FLAG (1 << 1) macro