Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/zlib/
A 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()
88 if (stream.msg) in gunzip()
[all …]
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/misc/
A Dmvebu-io-win.rst13 - **0x1** = STM (Serial Trace Macro-cell, a programmer's port into trace stream)
/tf-a-ffa_el3_spmc/docs/components/
A Dffa-manifest-binding.rst146 - stream-endpoint-ids
222 - stream-ids
A Dsecure-partition-manager.rst845 support a large number of streams with each stream assigned to a unique
850 - SMMUv3 offers non-secure stream support with secure stream support being
852 instance for secure and non-secure stream support.
867 each stream.
891 - stream-ids: List of stream IDs assigned to this device.
900 stream-ids = <0x0 0x1>;
/tf-a-ffa_el3_spmc/drivers/nxp/ddr/phy-gen2/
A Dphy.c1929 static uint32_t get_mail(uint16_t *phy, int stream) in get_mail() argument
1947 if (stream != 0) { in get_mail()
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst311 - Added missing stream IDs configurations

Completed in 14 milliseconds