Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_rockchip-uboot/lib/zlib/
H A Dinffast.c85 unsigned long hold; /* local strm->hold */ in inflate_fast() local
120 hold = state->hold; in inflate_fast()
131 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
133 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()
139 hold >>= op; in inflate_fast()
153 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
156 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
157 hold >>= op; in inflate_fast()
162 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
[all …]
H A Dinflate.c25 state->hold = 0; in inflateReset()
184 hold = state->hold; \
195 state->hold = hold; \
202 hold = 0; \
212 hold += (unsigned long)(*next++) << bits; \
226 ((unsigned)hold & ((1U << (n)) - 1))
231 hold >>= (n); \
238 hold >>= bits & 7; \
334 unsigned long hold; /* bit buffer */ in inflate() local
368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate()
[all …]
H A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dkeystone-k2l-evm.dts56 ti,cs-read-hold-ns = <6>;
59 ti,cs-write-hold-ns = <8>;
H A Dkeystone-k2e-evm.dts79 ti,cs-read-hold-ns = <6>;
82 ti,cs-write-hold-ns = <8>;
H A Dkeystone-k2hk-evm.dts100 ti,cs-read-hold-ns = <6>;
103 ti,cs-write-hold-ns = <8>;
H A Darmada-xp-gp.dts115 devbus,rd-hold-ps = <0>;
H A Drk3288-evb-rk1608.dtsi331 pwr_hold: pwr-hold {
H A Darmada-xp-maxbcm.dts114 devbus,rd-hold-ps = <0>;
H A Drk3288-evb.dtsi375 pwr_hold: pwr-hold {
H A Drk3288-firefly.dtsi340 pwr_hold: pwr-hold {
/rk3399_rockchip-uboot/fs/fat/
H A DKconfig22 is the smallest amount of disk space that can be used to hold a
/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c-uniphier.c33 u32 hold; /* hold time control */ member
H A DKconfig192 _ Programmable setup and hold times
/rk3399_rockchip-uboot/env/
H A DKconfig147 These settings describe a second storage area used to hold
193 hold a redundant copy of the environment data. This provides a
226 size used to hold a redundant copy of the environment data, so
236 are needed to hold CONFIG_ENV_SIZE allows bad blocks within
314 size used to hold a redundant copy of the environment data, so
378 hold a redundant copy of the environment data. This provides a
/rk3399_rockchip-uboot/doc/
H A DREADME.arm6433 (or per processor location) is defined to hold the kernel entry point
H A DREADME.standalone23 architectures use a dedicated register to hold the pointer to the
H A DREADME.ramboot-ppc85xx49 Boot up in core hold off mode or stop the core after reset using JTAG
H A DREADME.pxe26 pxefile_addr_r - should be set to a location in RAM large enough to hold
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos-fb.txt47 samsung,wr-hold: wr_hold value in FIMD_CPU_INTERFACE mode.
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A DKconfig86 into one PEB. UBI will reserve PEBs to hold two fastmaps.
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig55 - Address to hold the return address from secure firmware.
/rk3399_rockchip-uboot/drivers/net/
H A Dfec_mxc.c146 u32 hold = DIV_ROUND_UP(pclk, 100000000) - 1; in fec_mii_setspeed() local
150 writel(speed << 1 | hold << 8, &eth->mii_speed); in fec_mii_setspeed()
/rk3399_rockchip-uboot/drivers/core/
H A DKconfig231 used to hold flags & flag 0x1 indicating that the address range
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING173 defend, and hold each Contributor harmless for any liability

12