Searched refs:stream (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | tf_gunzip.c | 63 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 …]
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/misc/ |
| H A D | mvebu-io-win.rst | 13 - **0x1** = STM (Serial Trace Macro-cell, a programmer's port into trace stream)
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | ffa-manifest-binding.rst | 277 - stream-ids 286 that owns the above stream-ids. 288 - stream-ids-access-permissions 336 - stream-ids
|
| H A D | rmm-el3-comms-spec.rst | 736 Set the key/IV info at Root port for an IDE stream as part of Device Assignment flow. This 743 to call this SMC to program this key to the Rx, Tx ports and for each sub-stream 764 …StreamID[7:0]",x3,[63:0],UInt64,IDE selective stream informationKey set: can be 0 or 1unused bits … 805 Activate the IDE stream at Root Port once the keys have been programmed as part of 831 …StreamID[7:0]",x3,[63:0],UInt64,IDE selective stream information. Key set can be 0 or 1. Unused bi… 866 Deactivate the IDE stream at Root Port as part of Device Assignment flow. This command is 892 …StreamID[7:0]",x3,[63:0],UInt64,IDE selective stream information. Key set can be 0 or 1. Unused bi…
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2539 This function sets the key/IV info for an IDE stream at the Root port. The key is 256 bits 2557 arg2 - The IDE stream info associated with a physical device, this parameter packs the 2558 the keyset, direction, substream and stream ID info. 2581 This function activates the IDE stream at the Root Port once all the keys have been 2597 arg2 - The IDE stream info associated with a physical device, this parameter packs the 2598 the keyset, direction, substream and stream ID info. 2619 This function stops the IDE stream and is used to tear down the IDE stream at Root Port. 2635 arg2 - The IDE stream info associated with a physical device, this parameter packs the 2636 the keyset, direction, substream and stream ID info.
|
| H A D | change-log.md | 4201 …- update stream id to non-secure for SDM ([8fbd307](https://review.trustedfirmware.org/plugins/git… 6458 …- add stream extends and attr support ([e64abe7](https://review.trustedfirmware.org/plugins/gitile… 9864 - Added missing stream IDs configurations
|
| /rk3399_ARM-atf/drivers/nxp/ddr/phy-gen2/ |
| H A D | phy.c | 1954 static uint32_t get_mail(uint16_t *phy, int stream) in get_mail() argument 1972 if (stream != 0) { in get_mail()
|