Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 11 of 11) sorted by relevance

/u-boot/fs/jffs2/
A Dmini_inflate.c30 stream->decoded = 0; in init_stream()
115 stream->decoded += length; in decompress_none()
150 stream->decoded++; in decompress_huffman()
172 stream->decoded += length; in decompress_huffman()
360 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()
362 decompress_dynamic(&stream, dest + stream.decoded); in decompress_block()
363 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()
370 putLabeledWord("stream.decoded = ",stream.decoded); in decompress_block()
374 return stream.error ? -stream.error : stream.decoded; in decompress_block()
/u-boot/doc/device-tree-bindings/spi/
A Dspi-zynq.txt19 - is-decoded-cs : Flag to indicate whether decoder is used or not.
30 is-decoded-cs = <0>;
A Dspi-cadence.txt12 - cdns,is-decoded-cs : Flag to indicate whether decoder is used or not.
/u-boot/include/jffs2/
A Dmini_inflate.h35 unsigned long decoded; /* The number of bytes decoded */ member
/u-boot/drivers/input/
A DKconfig47 then decoded into keys by this driver.
55 then decoded into keys by this driver.
63 then decoded into keys by this driver.
/u-boot/doc/device-tree-bindings/exynos/
A Disp-spi.txt4 Since Peripheral id in EXYNOS is decoded based on Interrupts, currently
/u-boot/arch/arm/dts/
A Dzynq-zc770-xm012.dts59 is-decoded-cs = <0>;
A Dzynq-zc770-xm011.dts61 is-decoded-cs = <0>;
A Dzynq-zc770-xm013.dts69 is-decoded-cs = <0>;
A Dzynq-zc770-xm010.dts74 is-decoded-cs = <0>;
/u-boot/doc/
A DREADME.asn18 de-serialized (or decoded) with well-defined encoding rules.

Completed in 23 milliseconds