Searched refs:wrap (Results 1 – 18 of 18) sorted by relevance
/u-boot/drivers/video/meson/ |
A D | meson_canvas.c | 30 unsigned int wrap, in meson_canvas_setup() argument 41 (wrap << 22) | in meson_canvas_setup()
|
A D | meson_vpu.h | 74 unsigned int wrap,
|
/u-boot/lib/zlib/ |
A D | deflate.c | 223 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 D | inflate.h | 80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
A D | inflate.c | 54 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 D | deflate.h | 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
/u-boot/arch/arm/include/asm/arch-mx25/ |
A D | imx-regs.h | 478 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument 481 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
|
/u-boot/tools/ |
A D | Makefile | 242 $(call cmd,wrap)
|
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
A D | fsp-m.txt | 193 - fspm,msc0-wrap: Memory Region 0 Buffer WrapAround 196 - fspm,msc1-wrap: Memory Region 1 Buffer WrapAround
|
/u-boot/arch/arm/dts/ |
A D | omap3-igep.dtsi | 150 gpmc,burst-wrap;
|
A D | armada-38x.dtsi | 112 arm,double-linefill-wrap = <0>;
|
A D | armada-375.dtsi | 182 arm,double-linefill-wrap = <0>;
|
A D | socfpga.dtsi | 725 arm,double-linefill-wrap = <1>;
|
/u-boot/arch/arm/include/asm/arch-mx31/ |
A D | imx-regs.h | 635 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 D | l2c2x0.txt | 65 - arm,double-linefill-wrap : Override double linefill on WRAP read. Enable
|
/u-boot/doc/android/ |
A D | fastboot.rst | 204 fastboot client wrap the Android suite around it. On OMAP for instance you
|
/u-boot/doc/imx/ahab/guides/ |
A D | mx8_mx8x_encrypted_boot.txt | 58 decrypt an image. The DEK blob is used as a security layer to wrap and store
|
/u-boot/doc/imx/habv4/ |
A D | introduction_habv4.txt | 128 The OTP Master Key (OTPMK) is used to encrypt and wrap the DEK in a blob
|
Completed in 55 milliseconds