| /u-boot/lib/zlib/ |
| A D | inffast.c | 85 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 D | inflate.c | 25 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 D | inflate.h | 94 unsigned long hold; /* input bit accumulator */ member
|
| /u-boot/doc/device-tree-bindings/i2c/ |
| A D | i2c-designware.txt | 24 - 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 D | jh7110-starfive-visionfive-2.dtsi | 95 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 D | t8103-j313.dts | 44 * cs-setup and cs-hold delays are derived from Apple's ADT 49 spi-cs-hold-delay-ns = <20000>;
|
| A D | t8103-j293.dts | 44 * cs-setup and cs-hold delays are derived from Apple's ADT 49 spi-cs-hold-delay-ns = <20000>;
|
| A D | keystone-k2l-evm.dts | 53 ti,cs-read-hold-ns = <6>; 56 ti,cs-write-hold-ns = <8>;
|
| A D | stm32mp15xx-dhcor-drc-compact.dtsi | 127 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 D | keystone-k2e-evm.dts | 76 ti,cs-read-hold-ns = <6>; 79 ti,cs-write-hold-ns = <8>;
|
| A D | keystone-k2hk-evm.dts | 97 ti,cs-read-hold-ns = <6>; 100 ti,cs-write-hold-ns = <8>;
|
| A D | stm32mp15xx-dhcom-som.dtsi | 168 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 D | armada-xp-crs305-1g-4s.dtsi | 59 devbus,rd-hold-ps = <0>;
|
| A D | armada-xp-crs328-4c-20s-4s.dtsi | 59 devbus,rd-hold-ps = <0>;
|
| A D | armada-xp-crs326-24g-2s.dtsi | 59 devbus,rd-hold-ps = <0>;
|
| A D | armada-xp-db-xc3-24g4xg.dts | 59 devbus,rd-hold-ps = <0>;
|
| A D | armada-385-atl-x530.dtsi | 97 devbus,rd-hold-ps = <0>;
|
| /u-boot/drivers/thermal/ |
| A D | Kconfig | 26 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 D | Kconfig | 22 is the smallest amount of disk space that can be used to hold a
|
| /u-boot/drivers/i2c/ |
| A D | i2c-uniphier.c | 33 u32 hold; /* hold time control */ member
|
| /u-boot/doc/develop/devicetree/ |
| A D | intro.rst | 35 but *please don't*. In general, devicetree is the sane place to hold U-Boot's
|
| /u-boot/drivers/spi/ |
| A D | ca_sflash.c | 125 #define CA_SF_TMR_HOLD(hold) (((hold) << 8) & CA_SF_TMR_HOLD_MSK) argument
|
| /u-boot/doc/arch/ |
| A D | arm64.rst | 37 (or per processor location) is defined to hold the kernel entry point
|
| /u-boot/board/logicpd/imx6/ |
| A D | README | 78 To interrupt the boot sequence and force U-Boot to load, hold the 'c' button
|
| /u-boot/doc/device-tree-bindings/video/ |
| A D | exynos-fb.txt | 47 samsung,wr-hold: wr_hold value in FIMD_CPU_INTERFACE mode.
|