Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dtf_gunzip.c63 z_stream stream; in gunzip() local
70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip()
71 stream.avail_in = in_len; in gunzip()
72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip()
73 stream.avail_out = out_len; in gunzip()
74 stream.zalloc = zcalloc; in gunzip()
75 stream.zfree = zfree; in gunzip()
76 stream.opaque = (voidpf)0; in gunzip()
78 zret = inflateInit(&stream); in gunzip()
84 zret = inflate(&stream, Z_NO_FLUSH); in gunzip()
[all …]
/trusted-firmware-a-latest/docs/plat/marvell/armada/misc/
Dmvebu-io-win.rst13 - **0x1** = STM (Serial Trace Macro-cell, a programmer's port into trace stream)
/trusted-firmware-a-latest/docs/components/
Dffa-manifest-binding.rst160 - stream-endpoint-ids
252 - stream-ids
Dsecure-partition-manager.rst1528 support a large number of streams with each stream assigned to a unique
1533 - SMMUv3 offers non-secure stream support with secure stream support being
1535 instance for secure and non-secure stream support.
1550 each stream.
1574 - stream-ids: List of stream IDs assigned to this device.
1583 stream-ids = <0x0 0x1>;
/trusted-firmware-a-latest/drivers/nxp/ddr/phy-gen2/
Dphy.c1954 static uint32_t get_mail(uint16_t *phy, int stream) in get_mail() argument
1972 if (stream != 0) { in get_mail()
/trusted-firmware-a-latest/docs/
Dchange-log.md2108 …- add stream extends and attr support ([e64abe7](https://review.trustedfirmware.org/plugins/gitile…
5513 - Added missing stream IDs configurations