Searched refs:hold (Results 1 - 8 of 8) sorted by relevance

/u-boot/lib/zlib/
H A Dinffast.c67 unsigned long hold; /* local strm->hold */ local
102 hold = state->hold;
113 hold += (unsigned long)(*in++) << bits;
115 hold += (unsigned long)(*in++) << bits;
118 here = lcode[hold & lmask];
121 hold >>= op;
135 hold += (unsigned long)(*in++) << bits;
138 len += (unsigned)hold
[all...]
H A Dinflate.c25 state->hold = 0;
181 hold = state->hold; \
192 state->hold = hold; \
199 hold = 0; \
209 hold += (unsigned long)(*next++) << bits; \
223 ((unsigned)hold & ((1U << (n)) - 1))
228 hold >>= (n); \
235 hold >>
331 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/u-boot/drivers/spi/
H A Dca_sflash.c125 #define CA_SF_TMR_HOLD(hold) (((hold) << 8) & CA_SF_TMR_HOLD_MSK)
/u-boot/drivers/i2c/
H A Di2c-uniphier.c33 u32 hold; /* hold time control */ member in struct:uniphier_i2c_regs
/u-boot/drivers/net/
H A Dfec_mxc.c171 * MII_SPEED) register that defines the MDIO output hold time. Earlier
174 * The minimal hold time according to IEE802.3 (clause 22) is 10 ns.
183 u32 hold; local
193 hold = DIV_ROUND_UP(pclk, 100000000) - 1;
198 writel(speed << 1 | hold << 8, &eth->mii_speed);
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.h359 void nx_dpc_set_mputime(u32 module_index, u8 setup, u8 hold, u8 acc);
H A Ds5pxx18_soc_dpc.c1104 void nx_dpc_set_mputime(u32 module_index, u8 setup, u8 hold, u8 acc) argument
1109 writel((u32)((setup << 8) | (hold & 0xff)), &pregister->dpcmputime0);

Completed in 238 milliseconds