Home
last modified time | relevance | path

Searched refs:streamid (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_icid.h41 #define SET_SCFG_ICID(compat, streamid, name, compataddr) \ argument
42 SET_ICID_ENTRY(compat, streamid, (((streamid) << 24) | (1 << 23)), \
46 #define SET_USB_ICID(usb_num, compat, streamid) \ argument
47 SET_SCFG_ICID(compat, streamid, usb##usb_num##_icid,\
50 #define SET_SATA_ICID(compat, streamid) \ argument
51 SET_SCFG_ICID(compat, streamid, sata_icid,\
54 #define SET_SDHC_ICID(streamid) \ argument
55 SET_SCFG_ICID("fsl,esdhc", streamid, sdhc_icid,\
58 #define SET_QDMA_ICID(compat, streamid) \ argument
59 SET_ICID_ENTRY(compat, streamid, (1 << 31) | (streamid), \
[all …]
H A Dfsl_portals.h16 #define SET_QP_INFO(streamid, dest) \ argument
17 { .dicid = (streamid), .ficid = (streamid), .icid = (streamid), \
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup.c57 u32 streamid) in ls_pcie_lut_set_mapping() argument
61 lut_writel(pcie, streamid | PCIE_LUT_ENABLE, PCIE_LUT_LDR(index)); in ls_pcie_lut_set_mapping()
73 u32 devid, u32 streamid) in fdt_pcie_set_msi_map_entry() argument
113 fdt_appendprop_u32(blob, nodeoffset, "msi-map", streamid); in fdt_pcie_set_msi_map_entry()
126 u32 devid, u32 streamid) in fdt_pcie_set_iommu_map_entry() argument
167 iommu_map[2] = cpu_to_fdt32(streamid); in fdt_pcie_set_iommu_map_entry()
182 int streamid; in fdt_fixup_pcie() local
194 streamid = ls_pcie_next_streamid(); in fdt_fixup_pcie()
195 if (streamid < 0) { in fdt_fixup_pcie()
210 streamid); in fdt_fixup_pcie()
[all …]
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c246 unsigned int streamid; member
306 unsigned int epid, unsigned int streamid);
307 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid);
1005 unsigned int streamid, in xhci_find_stream() argument
1012 assert(streamid != 0); in xhci_find_stream()
1014 if (streamid >= epctx->nr_pstreams) { in xhci_find_stream()
1018 sctx = epctx->pstreams + streamid; in xhci_find_stream()
1391 unsigned int epid, unsigned int streamid, in xhci_set_ep_dequeue() argument
1406 trace_usb_xhci_ep_set_dequeue(slotid, epid, streamid, pdequeue); in xhci_set_ep_dequeue()
1425 sctx = xhci_find_stream(epctx, streamid, &err); in xhci_set_ep_dequeue()
[all …]
H A Dtrace-events173 …dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid %d, epid %d, st…
174 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
178 …t(void *xfer, uint32_t slotid, uint32_t epid, uint32_t streamid) "%p: slotid %d, epid %d, streamid
/openbmc/qemu/hw/arm/
H A Dtrace-events54 smmuv3_cmdq_cfgi_ste(int streamid) "streamid= 0x%x"