Searched refs:stream (Results 1 – 8 of 8) 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/drivers/qti/accesscontrol/vmidmt/ |
| H A D | vmidmt_hal.c | 542 validate_ctx_args(const struct hal_vmidmt_info *info, uint32_t stream, in validate_ctx_args() argument 553 if (stream > max_stream_id && stream >= info->dev_params.entry_count) in validate_ctx_args() 571 uint32_t stream, bool is_secure) in update_ssdrn() argument 578 ssd_index = stream / VMIDMT_NUM_NSSTATE_BITS; in update_ssdrn() 579 bit_mask = BIT(stream % VMIDMT_NUM_NSSTATE_BITS); in update_ssdrn() 650 uint32_t ns_smr_count, uint32_t stream, int32_t *idx) in find_secure_slot() argument 660 stream) in find_secure_slot() 674 uint32_t stream, int32_t *idx) in find_nonsecure_slot() argument 684 stream) in find_nonsecure_slot() 723 uint32_t stream, bool is_secure, in update_smr() argument [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 | 395 - stream-ids 404 that owns the above stream-ids. 406 - stream-ids-access-permissions 454 - 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 | 2504 This function sets the key/IV info for an IDE stream at the Root port. The key is 256 bits 2522 arg2 - The IDE stream info associated with a physical device, this parameter packs the 2523 the keyset, direction, substream and stream ID info. 2546 This function activates the IDE stream at the Root Port once all the keys have been 2562 arg2 - The IDE stream info associated with a physical device, this parameter packs the 2563 the keyset, direction, substream and stream ID info. 2584 This function stops the IDE stream and is used to tear down the IDE stream at Root Port. 2600 arg2 - The IDE stream info associated with a physical device, this parameter packs the 2601 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()
|