Home
last modified time | relevance | path

Searched refs:lhc (Results 1 – 20 of 20) sorted by relevance

/linux/lib/zstd/compress/
A Dzstd_compress_literals.c138 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local
139 MEM_writeLE24(ostart, lhc); in ZSTD_compressLiterals()
143 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local
144 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
148 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local
149 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
A Dzstd_compress_superblock.c385 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressSubBlock_literal() local
386 MEM_writeLE24(ostart, lhc); in ZSTD_compressSubBlock_literal()
390 { U32 const lhc = hType + (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressSubBlock_literal() local
391 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal()
395 { U32 const lhc = hType + (3 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressSubBlock_literal() local
396 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal()
/linux/Documentation/devicetree/bindings/pinctrl/
A Daspeed,ast2500-pinctrl.yaml36 1: compatible with "aspeed,ast2500-lhc", "syscon"
85 aspeed,external-nodes = <&gfx>, <&lhc>;
122 lhc: lhc@20 {
123 compatible = "aspeed,ast2500-lhc";
/linux/lib/zstd/decompress/
A Dzstd_decompress_block.c100 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local
108 litSize = (lhc >> 4) & 0x3FF; in ZSTD_decodeLiteralsBlock()
109 litCSize = (lhc >> 14) & 0x3FF; in ZSTD_decodeLiteralsBlock()
114 litSize = (lhc >> 4) & 0x3FFF; in ZSTD_decodeLiteralsBlock()
115 litCSize = lhc >> 18; in ZSTD_decodeLiteralsBlock()
120 litSize = (lhc >> 4) & 0x3FFFF; in ZSTD_decodeLiteralsBlock()
121 litCSize = (lhc >> 22) + ((size_t)istart[4] << 10); in ZSTD_decodeLiteralsBlock()
/linux/arch/arm/boot/dts/
A Daspeed-bmc-intel-s2600wf.dts122 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-supermicro-x11spi.dts127 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-inspur-on5263m5.dts127 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-arm-centriq2400-rep.dts215 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-arm-stardragon4800-rep2.dts204 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-g5.dtsi250 aspeed,external-nodes = <&gfx>, <&lhc>;
500 lhc: lhc@a0 { label
501 compatible = "aspeed,ast2500-lhc";
A Daspeed-bmc-opp-lanyang.dts267 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-g6.dtsi563 lhc: lhc@a0 { label
564 compatible = "aspeed,ast2600-lhc";
A Daspeed-bmc-opp-nicole.dts288 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-opp-romulus.dts293 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-g4.dtsi369 lhc: lhc@a0 { label
370 compatible = "aspeed,ast2400-lhc";
A Daspeed-bmc-opp-witherspoon.dts665 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-opp-zaius.dts469 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-ampere-mtjade.dts494 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-inspur-fp5280g2.dts818 aspeed,external-nodes = <&gfx &lhc>;
A Daspeed-bmc-opp-swift.dts942 aspeed,external-nodes = <&gfx &lhc>;

Completed in 27 milliseconds