Searched refs:substream (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_keymgmt.c | 27 uint8_t stream_id, substream; in extract_ide_stream_info() local 33 substream = (ide_stream_info >> SUBSTREAM_SHIFT) & SUBSTREAM_MASK; in extract_ide_stream_info() 35 if ((stream_id >= MAX_STREAM_ID) || (substream >= MAX_SUBSTREAM)) { in extract_ide_stream_info() 36 ERROR("invalid input: stream_id = %x, substream = %x\n", stream_id, substream); in extract_ide_stream_info() 41 stream_id, substream); in extract_ide_stream_info()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/trp/ |
| H A D | trp_main.c | 33 #define ENCODE_STREAM_INFO(key, dir, substream, stream_id) \ argument 36 ((substream && SUBSTREAM_MASK) << SUBSTREAM_SHIFT) | \
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2485 and for each substream corresponding to a single keyset. The platform should validate 2502 the keyset, direction, substream and stream ID info. 2542 the keyset, direction, substream and stream ID info. 2580 the keyset, direction, substream and stream ID info.
|