Searched refs:SLOT_FLAG (Results 1 – 4 of 4) sorted by relevance
688 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in cdnsp_update_eps_configuration()690 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in cdnsp_update_eps_configuration()707 if ((ctrl_ctx->add_flags != cpu_to_le32(SLOT_FLAG) && in cdnsp_update_eps_configuration()925 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in cdnsp_setup_device()989 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in cdnsp_gadget_ep_enable()
608 #define SLOT_FLAG BIT(0) macro
1604 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_check_ep0_maxpacket()1923 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()2009 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()3106 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_check_bandwidth()3108 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()3111 if (ctrl_ctx->add_flags == cpu_to_le32(SLOT_FLAG) && in xhci_check_bandwidth()3240 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_setup_input_ctx_for_config_ep()3361 if (ep_flag == SLOT_FLAG || ep_flag == EP0_FLAG) in xhci_endpoint_reset()4373 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_setup_device()4551 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_change_max_exit_latency()[all …]
366 #define SLOT_FLAG (1 << 0) macro2297 (add & SLOT_FLAG) ? " slot":"", in xhci_decode_ctrl_ctx()2299 add &= ~(SLOT_FLAG | EP0_FLAG); in xhci_decode_ctrl_ctx()