Home
last modified time | relevance | path

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

1234

/u-boot/lib/zlib/
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()
136 this = lcode[hold & lmask]; in inflate_fast()
139 hold >>= op; in inflate_fast()
157 hold >>= op; in inflate_fast()
167 this = dcode[hold & dmask]; in inflate_fast()
170 hold >>= op; in inflate_fast()
192 hold >>= op; in inflate_fast()
329 hold &= (1U << bits) - 1; in inflate_fast()
[all …]
A Dinflate.c25 state->hold = 0; in inflateReset()
184 hold = state->hold; \
195 state->hold = hold; \
202 hold = 0; \
226 ((unsigned)hold & ((1U << (n)) - 1))
231 hold >>= (n); \
238 hold >>= bits & 7; \
370 CRC2(state->check, hold); in inflate()
408 state->flags = (int)(hold); in inflate()
427 state->head->time = hold; in inflate()
[all …]
A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member
/u-boot/doc/device-tree-bindings/i2c/
A Di2c-designware.txt24 - reg : for "mscc,ocelot-i2c", a second register set to configure the SDA hold
27 - i2c-sda-hold-time-ns : should contain the SDA hold time in nanoseconds.
56 i2c-sda-hold-time-ns = <300>;
/u-boot/arch/riscv/dts/
A Djh7110-starfive-visionfive-2.dtsi95 i2c-sda-hold-time-ns = <300>;
105 i2c-sda-hold-time-ns = <300>;
115 i2c-sda-hold-time-ns = <300>;
125 i2c-sda-hold-time-ns = <300>;
/u-boot/arch/arm/dts/
A Dt8103-j313.dts44 * cs-setup and cs-hold delays are derived from Apple's ADT
49 spi-cs-hold-delay-ns = <20000>;
A Dt8103-j293.dts44 * cs-setup and cs-hold delays are derived from Apple's ADT
49 spi-cs-hold-delay-ns = <20000>;
A Dkeystone-k2l-evm.dts53 ti,cs-read-hold-ns = <6>;
56 ti,cs-write-hold-ns = <8>;
A Dstm32mp15xx-dhcor-drc-compact.dtsi127 st,fmc2-ebi-cs-address-hold-ns = <5>;
130 st,fmc2-ebi-cs-data-hold-ns = <1>;
132 st,fmc2-ebi-cs-write-address-hold-ns = <5>;
135 st,fmc2-ebi-cs-write-data-hold-ns = <1>;
A Dkeystone-k2e-evm.dts76 ti,cs-read-hold-ns = <6>;
79 ti,cs-write-hold-ns = <8>;
A Dkeystone-k2hk-evm.dts97 ti,cs-read-hold-ns = <6>;
100 ti,cs-write-hold-ns = <8>;
A Dstm32mp15xx-dhcom-som.dtsi168 st,fmc2-ebi-cs-address-hold-ns = <5>;
171 st,fmc2-ebi-cs-data-hold-ns = <1>;
173 st,fmc2-ebi-cs-write-address-hold-ns = <5>;
176 st,fmc2-ebi-cs-write-data-hold-ns = <1>;
A Darmada-xp-crs305-1g-4s.dtsi59 devbus,rd-hold-ps = <0>;
A Darmada-xp-crs328-4c-20s-4s.dtsi59 devbus,rd-hold-ps = <0>;
A Darmada-xp-crs326-24g-2s.dtsi59 devbus,rd-hold-ps = <0>;
A Darmada-xp-db-xc3-24g4xg.dts59 devbus,rd-hold-ps = <0>;
A Darmada-385-atl-x530.dtsi97 devbus,rd-hold-ps = <0>;
/u-boot/drivers/thermal/
A DKconfig26 boot is hold to the cool device to throttle CPUs when the passive
35 The boot is hold to the cool device to throttle CPUs when the
/u-boot/fs/fat/
A DKconfig22 is the smallest amount of disk space that can be used to hold a
/u-boot/drivers/i2c/
A Di2c-uniphier.c33 u32 hold; /* hold time control */ member
/u-boot/doc/develop/devicetree/
A Dintro.rst35 but *please don't*. In general, devicetree is the sane place to hold U-Boot's
/u-boot/drivers/spi/
A Dca_sflash.c125 #define CA_SF_TMR_HOLD(hold) (((hold) << 8) & CA_SF_TMR_HOLD_MSK) argument
/u-boot/doc/arch/
A Darm64.rst37 (or per processor location) is defined to hold the kernel entry point
/u-boot/board/logicpd/imx6/
A DREADME78 To interrupt the boot sequence and force U-Boot to load, hold the 'c' button
/u-boot/doc/device-tree-bindings/video/
A Dexynos-fb.txt47 samsung,wr-hold: wr_hold value in FIMD_CPU_INTERFACE mode.

Completed in 33 milliseconds

1234