Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 18 of 18) sorted by relevance

/u-boot/drivers/video/meson/
A Dmeson_canvas.c30 unsigned int wrap, in meson_canvas_setup() argument
41 (wrap << 22) | in meson_canvas_setup()
A Dmeson_vpu.h74 unsigned int wrap,
/u-boot/lib/zlib/
A Ddeflate.c223 int wrap = 1; local
251 wrap = 0;
271 s->wrap = wrap;
323 strm->state->wrap == 2 ||
328 if (s->wrap)
372 if (s->wrap < 0) {
373 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
505 switch (s->wrap) {
608 if (s->wrap == 2) {
869 if (s->wrap == 2) {
[all …]
A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
A Dinflate.c54 state->wrap = 0; in inflateInit2_()
58 state->wrap = (windowBits >> 4) + 1; in inflateInit2_()
362 if (state->wrap == 0) { in inflate()
368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate()
378 if (!(state->wrap & 1) || /* check if zlib header allowed */ in inflate()
852 if (state->wrap) { in inflate()
876 if (state->wrap && state->flags) { in inflate()
919 if (state->wrap && out) in inflate()
A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
/u-boot/arch/arm/include/asm/arch-mx25/
A Dimx-regs.h478 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument
481 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
/u-boot/tools/
A DMakefile242 $(call cmd,wrap)
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-m.txt193 - fspm,msc0-wrap: Memory Region 0 Buffer WrapAround
196 - fspm,msc1-wrap: Memory Region 1 Buffer WrapAround
/u-boot/arch/arm/dts/
A Domap3-igep.dtsi150 gpmc,burst-wrap;
A Darmada-38x.dtsi112 arm,double-linefill-wrap = <0>;
A Darmada-375.dtsi182 arm,double-linefill-wrap = <0>;
A Dsocfpga.dtsi725 arm,double-linefill-wrap = <1>;
/u-boot/arch/arm/include/asm/arch-mx31/
A Dimx-regs.h635 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument
638 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
/u-boot/doc/device-tree-bindings/arm/
A Dl2c2x0.txt65 - arm,double-linefill-wrap : Override double linefill on WRAP read. Enable
/u-boot/doc/android/
A Dfastboot.rst204 fastboot client wrap the Android suite around it. On OMAP for instance you
/u-boot/doc/imx/ahab/guides/
A Dmx8_mx8x_encrypted_boot.txt58 decrypt an image. The DEK blob is used as a security layer to wrap and store
/u-boot/doc/imx/habv4/
A Dintroduction_habv4.txt128 The OTP Master Key (OTPMK) is used to encrypt and wrap the DEK in a blob

Completed in 55 milliseconds