Searched refs:lhc (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | aspeed-lpc.txt | 169 "aspeed,ast2400-lhc"; 170 "aspeed,ast2500-lhc"; 177 lhc: lhc@20 { 178 compatible = "aspeed,ast2500-lhc";
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | aspeed-bmc-intel-s2600wf.dts | 119 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-inspur-on5263m5.dts | 124 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-facebook-yamp.dts | 33 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-arm-centriq2400-rep.dts | 215 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-arm-stardragon4800-rep2.dts | 201 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-g5.dtsi | 219 aspeed,external-nodes = <&gfx &lhc>; 452 lhc: lhc@20 { label 453 compatible = "aspeed,ast2500-lhc";
|
| D | aspeed-bmc-opp-lanyang.dts | 264 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-opp-romulus.dts | 259 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-facebook-cmm.dts | 68 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-g4.dtsi | 359 lhc: lhc@20 { label 360 compatible = "aspeed,ast2400-lhc";
|
| D | aspeed-bmc-opp-zaius.dts | 464 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-opp-witherspoon.dts | 622 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-inspur-fp5280g2.dts | 749 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-opp-swift.dts | 941 aspeed,external-nodes = <&gfx &lhc>;
|
| /Linux-v5.4/lib/zstd/ |
| D | decompress.c | 453 U32 const lhc = ZSTD_readLE32(istart); in ZSTD_decodeLiteralsBlock() local 461 litSize = (lhc >> 4) & 0x3FF; in ZSTD_decodeLiteralsBlock() 462 litCSize = (lhc >> 14) & 0x3FF; in ZSTD_decodeLiteralsBlock() 467 litSize = (lhc >> 4) & 0x3FFF; in ZSTD_decodeLiteralsBlock() 468 litCSize = lhc >> 18; in ZSTD_decodeLiteralsBlock() 473 litSize = (lhc >> 4) & 0x3FFFF; in ZSTD_decodeLiteralsBlock() 474 litCSize = (lhc >> 22) + (istart[4] << 10); in ZSTD_decodeLiteralsBlock()
|
| D | compress.c | 531 U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 14); in ZSTD_compressLiterals() local 532 ZSTD_writeLE24(ostart, lhc); in ZSTD_compressLiterals() 537 U32 const lhc = hType + (2 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 18); in ZSTD_compressLiterals() local 538 ZSTD_writeLE32(ostart, lhc); in ZSTD_compressLiterals() 544 U32 const lhc = hType + (3 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 22); in ZSTD_compressLiterals() local 545 ZSTD_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
|