Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 59) sorted by relevance

123

/trusted-firmware-a/lib/zlib/
A Dinffast.c95 bits = state->bits;
104 if (bits < 15) {
106 bits += 8;
108 bits += 8;
114 bits -= op;
137 bits += 8;
139 bits += 8;
145 bits -= op;
293 len = bits >> 3;
295 bits -= len << 3;
[all …]
A Dinflate.c249 int bits;
261 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
264 state->bits += (uInt)bits;
483 bits = state->bits; \
494 state->bits = bits; \
537 bits -= bits & 7; \
1056 if ((unsigned)(here.bits) <= bits) break;
1064 if ((unsigned)(last.bits + here.bits) <= bits) break;
1106 if ((unsigned)(here.bits) <= bits) break;
1114 if ((unsigned)(last.bits + here.bits) <= bits) break;
[all …]
A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
37 unsigned FAR *bits;
113 root = *bits;
119 here.bits = (unsigned char)1;
123 *bits = 1;
216 here.bits = (unsigned char)(len - drop);
285 (*table)[low].bits = (unsigned char)root;
295 here.bits = (unsigned char)(len - drop);
302 *bits = root;
A Dinftrees.h26 unsigned char bits; /* bits in this part of the code */ member
62 unsigned FAR *bits, unsigned short FAR *work));
A Dinflate.h102 unsigned bits; /* number of bits in "in" */ member
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/drivers/include/
A Dt194_nvg.h156 } bits; member
165 } bits; member
176 } bits; member
185 } bits; member
196 } bits; member
206 } bits; member
214 } bits; member
245 } bits; member
253 } bits; member
263 } bits; member
[all …]
/trusted-firmware-a/include/drivers/brcm/
A Dchimp.h48 void bcm_chimp_clrbits(uintptr_t addr, uint32_t bits);
49 void bcm_chimp_setbits(uintptr_t addr, uint32_t bits);
68 static inline void bcm_chimp_clrbits(uintptr_t addr, uint32_t bits) in bcm_chimp_clrbits() argument
71 static inline void bcm_chimp_setbits(uintptr_t addr, uint32_t bits) in bcm_chimp_setbits() argument
/trusted-firmware-a/plat/rockchip/rk3288/drivers/soc/
A Dsoc.h89 #define REG_SET_BITS(bits, bits_shift, msk) \ argument
90 (((bits) & (msk)) << (bits_shift))
91 #define REG_WMSK_BITS(bits, bits_shift, msk) \ argument
93 REG_SET_BITS(bits, bits_shift, msk))
/trusted-firmware-a/plat/rockchip/common/include/
A Dplat_private.h52 #define BITS_SHIFT(bits, shift) (bits << (shift)) argument
56 #define BITS_WITH_WMASK(bits, msk, shift)\ argument
57 (BITS_SHIFT(bits, shift) | BITS_SHIFT(msk, (shift + REG_MSK_SHIFT)))
/trusted-firmware-a/plat/rockchip/rk3368/drivers/soc/
A Dsoc.h125 #define REG_SET_BITS(bits, bits_shift, msk) \ argument
126 (((bits) & (msk)) << (bits_shift))
127 #define REG_WMSK_BITS(bits, bits_shift, msk) \ argument
129 REG_SET_BITS(bits, bits_shift, msk))
/trusted-firmware-a/include/bl31/
A Dehf.h34 #define EHF_REGISTER_PRIORITIES(priorities, num, bits) \ argument
38 .pri_bits = (bits), \
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-2.rst41 A similar issue applies to the ``MDCR_EL3.SPD32`` bits, which control AArch32
42 secure self-hosted invasive debug enablement. TF assigns these bits to ``00``
49 ``MDCR_EL3.SPD32`` bits should be assigned to ``10`` to disable debug exceptions
54 macro. Here the affected bits are ``SDCR.SPD``, which should also be assigned to
A Dsecurity-advisory-tfv-3.rst56 The vulnerability is due to incorrect handling of the execute-never bits in the
59 handles 2 Virtual Address (VA) ranges and so uses 2 bits, ``UXN`` and ``PXN``.
68 of the ``XN``, ``UXN`` or ``PXN`` bits in the translation tables. See the
/trusted-firmware-a/drivers/brcm/
A Dchimp.c49 void bcm_chimp_clrbits(uintptr_t addr, uint32_t bits) in bcm_chimp_clrbits() argument
52 mmio_clrbits_32(CHIMP_INDIRECT_TGT_ADDR(addr), bits); in bcm_chimp_clrbits()
55 void bcm_chimp_setbits(uintptr_t addr, uint32_t bits) in bcm_chimp_setbits() argument
58 mmio_setbits_32(CHIMP_INDIRECT_TGT_ADDR(addr), bits); in bcm_chimp_setbits()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-2.rst.txt41 A similar issue applies to the ``MDCR_EL3.SPD32`` bits, which control AArch32
42 secure self-hosted invasive debug enablement. TF assigns these bits to ``00``
49 ``MDCR_EL3.SPD32`` bits should be assigned to ``10`` to disable debug exceptions
54 macro. Here the affected bits are ``SDCR.SPD``, which should also be assigned to
A Dsecurity-advisory-tfv-3.rst.txt56 The vulnerability is due to incorrect handling of the execute-never bits in the
59 handles 2 Virtual Address (VA) ranges and so uses 2 bits, ``UXN`` and ``PXN``.
68 of the ``XN``, ``UXN`` or ``PXN`` bits in the translation tables. See the
/trusted-firmware-a/plat/rockchip/px30/
A Dpx30_def.h16 #define WITH_16BITS_WMSK(bits) (0xffff0000 | (bits)) argument
/trusted-firmware-a/drivers/nxp/ddr/fsl-mmdc/
A Dfsl_mmdc.c24 unsigned int bits) in set_wait_for_bits_clear() argument
30 while ((ddr_in32(ptr) & bits) != 0) { in set_wait_for_bits_clear()
/trusted-firmware-a/fdts/
A Dstm32mp15-ddr3-1x4Gb-1066-binG.dtsi9 * DDR width: 16bits
18 #define DDR_MEM_NAME "DDR3-DDR3L 16bits 533000kHz"
A Dstm32mp15-ddr3-2x4Gb-1066-binG.dtsi9 * DDR width: 32bits
18 #define DDR_MEM_NAME "DDR3-DDR3L 32bits 533000kHz"
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dexception-handling.rst.txt23 Through various control bits in the ``SCR_EL3`` register, the Arm architecture
26 interrupt routing model, TF-A appropriately sets the ``FIQ`` and ``IRQ`` bits of
183 - Of the 8 bits of priority that Arm GIC architecture permits, bit 7 must be 0
188 to individual dispatchers. Choosing *n* bits supports up to 2\ :sup:`n`
189 distinct dispatchers. For example, by choosing 2 additional bits (i.e., bits
197 upper bits of the 8 bits are writeable. In the scheme described above, when
198 choosing *n* bits for priority range assignment, the platform must ensure
199 that at least ``n+1`` top bits of GIC priority are writeable.
302 * This platform uses 2 bits for interrupt association. In total, 3 upper
303 * bits are in use.
[all …]
/trusted-firmware-a/docs/components/
A Dexception-handling.rst23 Through various control bits in the ``SCR_EL3`` register, the Arm architecture
26 interrupt routing model, TF-A appropriately sets the ``FIQ`` and ``IRQ`` bits of
183 - Of the 8 bits of priority that Arm GIC architecture permits, bit 7 must be 0
188 to individual dispatchers. Choosing *n* bits supports up to 2\ :sup:`n`
189 distinct dispatchers. For example, by choosing 2 additional bits (i.e., bits
197 upper bits of the 8 bits are writeable. In the scheme described above, when
198 choosing *n* bits for priority range assignment, the platform must ensure
199 that at least ``n+1`` top bits of GIC priority are writeable.
302 * This platform uses 2 bits for interrupt association. In total, 3 upper
303 * bits are in use.
[all …]
/trusted-firmware-a/plat/allwinner/common/
A Darisc_off.S20 # r3, so to be patched in the lower 16 bits of the first instruction,
92 l.srli r6, r3, 16 # move mask to lower 16 bits(ds)
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dallwinner.rst.txt54 BL31 to only 28 bits of virtual address space, which reduces the number
88 SRAM size, we use the normal 1:1 mapping with 32 bits worth of virtual
/trusted-firmware-a/docs/plat/
A Dallwinner.rst54 BL31 to only 28 bits of virtual address space, which reduces the number
88 SRAM size, we use the normal 1:1 mapping with 32 bits worth of virtual

Completed in 26 milliseconds

123