/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/ |
H A D | 0002-fix-corstone1000-pass-spsr-value-explicitly.patch | 20 SET_STATIC_PARAM_HEAD(ep_info, PARAM_EP, 22 .ep_info.pc = BL33_BASE, 24 + .ep_info.spsr = SPSR_64(MODE_EL2, MODE_SP_ELX,
|
/openbmc/linux/sound/usb/ |
H A D | midi.c | 1286 if (ep_info->in_interval) in snd_usbmidi_in_endpoint_create() 1298 if (ep_info->in_interval) in snd_usbmidi_in_endpoint_create() 1302 ep, ep_info->in_interval); in snd_usbmidi_in_endpoint_create() 1311 ep_info->in_ep); in snd_usbmidi_in_endpoint_create() 1373 if (ep_info->out_interval) in snd_usbmidi_out_endpoint_create() 1410 if (ep_info->out_interval) in snd_usbmidi_out_endpoint_create() 1414 &ep->urbs[i], ep_info->out_interval); in snd_usbmidi_out_endpoint_create() 1423 ep_info->out_ep); in snd_usbmidi_out_endpoint_create() 1434 if (ep_info->out_cables & (1 << i)) { in snd_usbmidi_out_endpoint_create() 2298 ep_info.out_interval = 0; in snd_usbmidi_create_endpoints_midiman() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | mv_udc.h | 252 #define EP_QUEUE_HEAD_MAX_PKT_LEN(ep_info) (((ep_info)>>16)&0x07ff) argument
|
H A D | fsl_usb2_udc.h | 387 #define EP_QUEUE_HEAD_MAX_PKT_LEN(ep_info) (((ep_info)>>16)&0x07ff) argument
|
H A D | net2280.h | 322 #define ep_info(ndev, fmt, args...) \ macro
|
H A D | dummy_hcd.c | 134 } ep_info[] = { variable 222 #define DUMMY_ENDPOINTS ARRAY_SIZE(ep_info) 1053 if (!ep_info[i].name) in init_dummy_udc_hw() 1055 ep->ep.name = ep_info[i].name; in init_dummy_udc_hw() 1056 ep->ep.caps = ep_info[i].caps; in init_dummy_udc_hw() 1831 if (!ep_info[i].name) in dummy_timer()
|
H A D | at91_udc.c | 62 } ep_info[] = { variable 85 #define ep0name ep_info[0].name 1822 ep->ep.name = ep_info[i].name; in at91udc_probe() 1823 ep->ep.caps = ep_info[i].caps; in at91udc_probe()
|
H A D | pxa27x_udc.h | 493 #define ep_info(ep, fmt, arg...) \ macro
|
/openbmc/u-boot/include/ |
H A D | atf_common.h | 139 struct entry_point_info ep_info; member
|
/openbmc/linux/sound/core/ |
H A D | ump.c | 609 ump->info.version = (buf->ep_info.ump_version_major << 8) | in ump_handle_ep_info_msg() 610 buf->ep_info.ump_version_minor; in ump_handle_ep_info_msg() 611 ump->info.num_blocks = buf->ep_info.num_function_blocks; in ump_handle_ep_info_msg() 618 if (buf->ep_info.static_function_block) in ump_handle_ep_info_msg() 621 ump->info.protocol_caps = (buf->ep_info.protocol << 8) | in ump_handle_ep_info_msg() 622 buf->ep_info.jrts; in ump_handle_ep_info_msg()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 149 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit() 286 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info() 289 le32_to_cpu(ep_ctx->ep_info)) << 16) | in setup_sch_info()
|
H A D | xhci-mem.c | 716 ep_ctx->ep_info &= cpu_to_le32(~EP_MAXPSTREAMS_MASK); in xhci_setup_streams_ep_input_ctx() 717 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in xhci_setup_streams_ep_input_ctx() 731 ep_ctx->ep_info &= cpu_to_le32(~(EP_MAXPSTREAMS_MASK | EP_HAS_LSA)); in xhci_setup_no_streams_ep_input_ctx() 1477 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init() 1503 ep_ctx->ep_info = 0; in xhci_endpoint_zero() 1558 le32_to_cpu(ep_ctx->ep_info)); in xhci_update_bw_info() 1564 le32_to_cpu(ep_ctx->ep_info)) + 1; in xhci_update_bw_info() 1591 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
|
H A D | xhci-dbgcap.c | 113 ep_ctx->ep_info = 0; in xhci_dbc_init_contexts() 120 ep_ctx->ep_info = 0; in xhci_dbc_init_contexts()
|
H A D | xhci-debugfs.c | 296 le32_to_cpu(ep_ctx->ep_info), in xhci_endpoint_context_show()
|
H A D | xhci-trace.h | 322 __entry->info = le32_to_cpu(ctx->ep_info);
|
H A D | xhci.h | 455 __le32 ep_info; member 479 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 159 struct usb_redir_ep_info_header *ep_info); 1791 struct usb_redir_ep_info_header *ep_info) in usbredir_ep_info() argument 1798 dev->endpoint[i].type = ep_info->type[i]; in usbredir_ep_info() 1799 dev->endpoint[i].interval = ep_info->interval[i]; in usbredir_ep_info() 1800 dev->endpoint[i].interface = ep_info->interface[i]; in usbredir_ep_info() 1803 dev->endpoint[i].max_packet_size = ep_info->max_packet_size[i]; in usbredir_ep_info() 1808 dev->endpoint[i].max_streams = ep_info->max_streams[i]; in usbredir_ep_info() 1821 ep_info->max_packet_size[i] > 64) { in usbredir_ep_info() 1826 ep_info->max_packet_size[i] > 1024) { in usbredir_ep_info()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 679 in_ep_ctx->ep_info = out_ep_ctx->ep_info; in xhci_endpoint_copy()
|
H A D | xhci-ring.c | 621 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx() 807 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()
|
H A D | xhci.h | 591 __le32 ep_info; member
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | debugfs.c | 939 u64 ep_info; in dwc3_ep_info_register_show() local 956 ep_info = ((u64)upper_32_bits << 32) | lower_32_bits; in dwc3_ep_info_register_show() 957 seq_printf(s, "0x%016llx\n", ep_info); in dwc3_ep_info_register_show()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 640 __le32 ep_info; member 664 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK)
|
H A D | cdnsp-gadget.c | 463 ep_ctx->ep_info = 0; in cdnsp_zero_in_ctx() 753 ep_ctx->ep_info &= cpu_to_le32(~EP_MAXPSTREAMS_MASK); in cdnsp_setup_streams_ep_input_ctx() 754 ep_ctx->ep_info |= cpu_to_le32(EP_MAXPSTREAMS(max_primary_streams) in cdnsp_setup_streams_ep_input_ctx()
|
H A D | cdnsp-mem.c | 996 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in cdnsp_endpoint_init() 1019 pep->in_ctx->ep_info = 0; in cdnsp_endpoint_zero()
|
/openbmc/linux/include/sound/ |
H A D | ump_msg.h | 756 struct snd_ump_stream_msg_ep_info ep_info; member
|