| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inffast.c | 64 unsigned long hold; /* local strm->hold */ in inflate_fast() local 91 hold = state->hold; in inflate_fast() 102 hold += (unsigned long)(*in++) << bits; in inflate_fast() 104 hold += (unsigned long)(*in++) << bits; in inflate_fast() 107 here = lcode + (hold & lmask); in inflate_fast() 110 hold >>= op; in inflate_fast() 124 hold += (unsigned long)(*in++) << bits; in inflate_fast() 127 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 128 hold >>= op; in inflate_fast() 133 hold += (unsigned long)(*in++) << bits; in inflate_fast() [all …]
|
| H A D | inflate.c | 121 state->hold = 0; in inflateResetKeep() 231 state->hold = 0; in inflatePrime() 237 state->hold += (unsigned)value << state->bits; in inflatePrime() 450 hold = state->hold; \ 461 state->hold = hold; \ 468 hold = 0; \ 478 hold += (unsigned long)(*next++) << bits; \ 492 ((unsigned)hold & ((1U << (n)) - 1)) 497 hold >>= (n); \ 504 hold >>= bits & 7; \ [all …]
|
| H A D | inflate.h | 102 unsigned long hold; /* input bit accumulator */ member
|
| /rk3399_ARM-atf/plat/mediatek/drivers/ufs/ |
| H A D | ufs_ctrl.c | 48 static int ufs_rsc_ctrl(unsigned int rsc, bool hold) in ufs_rsc_ctrl() argument 62 if (hold) in ufs_rsc_ctrl() 67 VERBOSE("%s: rsc=%d, hold=%d\n", __func__, rsc, hold); in ufs_rsc_ctrl() 70 WARN("%s: RSC_%d %s failed\n", __func__, rsc, hold ? "request" : "release"); in ufs_rsc_ctrl() 75 int ufs_rsc_ctrl_mem(bool hold) in ufs_rsc_ctrl_mem() argument 77 return ufs_rsc_ctrl(RSC_MEM, hold); in ufs_rsc_ctrl_mem() 80 int ufs_rsc_ctrl_pmic(bool hold) in ufs_rsc_ctrl_pmic() argument 82 return ufs_rsc_ctrl(RSC_PMIC, hold); in ufs_rsc_ctrl_pmic()
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context.S | 36 .macro fpregs_state_save base:req hold:req 37 mrs \hold, fpsr 38 str \hold, [\base, #CTX_SIMD_FPSR] 40 mrs \hold, fpcr 41 str \hold, [\base, #CTX_SIMD_FPCR] 44 mrs \hold, fpexc32_el2 45 str \hold, [\base, #CTX_SIMD_FPEXC32] 49 .macro fpregs_state_restore base:req hold:req 50 ldr \hold, [\base, #CTX_SIMD_FPSR] 51 msr fpsr, \hold [all …]
|
| /rk3399_ARM-atf/plat/mediatek/drivers/pmic/ |
| H A D | pmic_psc.c | 90 int platform_power_hold(bool hold) in platform_power_hold() argument 96 if (hold) in platform_power_hold()
|
| /rk3399_ARM-atf/plat/mediatek/include/ |
| H A D | mtk_bl31_interface.h | 55 int ufs_rsc_ctrl_mem(bool hold); 56 int ufs_rsc_ctrl_pmic(bool hold);
|
| /rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/ |
| H A D | pmic_psc.h | 42 int platform_power_hold(bool hold);
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_vcore_dvfsrc_plat.c | 431 static int vcorefs_rsc_ctrl(unsigned int rsc, bool hold) in vcorefs_rsc_ctrl() argument 445 if (hold) in vcorefs_rsc_ctrl() 452 __func__, rsc, hold ? "req" : "rel"); in vcorefs_rsc_ctrl()
|
| /rk3399_ARM-atf/fdts/ |
| H A D | n1sdp-single-chip.dts | 67 i2c-sda-hold-time-ns = <500>;
|
| H A D | morello-soc.dts | 259 i2c-sda-hold-time-ns = <500>;
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | arm-sip-service.rst | 75 registers should not be expected to hold their values before the call was made.
|
| H A D | numa-per-cpu.rst | 22 node may be insufficient to hold per-CPU data for all CPUs. This constraint 193 Platform-defined regions that hold remote per-CPU sections must have
|
| H A D | romlib-design.rst | 128 - The ROM library needs a page aligned RAM section to hold the RW data. This
|
| H A D | context-management-library.rst | 212 This CPU data structure has a member element with an array of pointers to hold 544 Further the EL3 registers also hold on to the values configured for Non-secure
|
| H A D | xlat-tables-lib-v2-design.rst | 398 descriptor. Given that the TLBs are not architecturally permitted to hold any
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | index.rst | 12 to hold the data.
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-10.rst | 84 long enough to hold an ``ASN.1 INTEGER``. Since ``auth_nvctr()`` will only ever
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_arm_cca.rst | 49 hold data in external memory, even if it is integrity-protected - except for
|
| /rk3399_ARM-atf/licenses/ |
| H A D | LICENSE-APACHE-2.0.txt | 173 defend, and hold each Contributor harmless for any liability
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2367 by this function. The buffer must be big enough to hold the 2519 by this function. The buffer must be big enough to hold the
|