/tf-a-ffa_el3_spmc/plat/rockchip/common/include/ |
A D | plat_private.h | 52 #define BITS_SHIFT(bits, shift) (bits << (shift)) argument 56 #define BITS_WITH_WMASK(bits, msk, shift)\ argument
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/drivers/include/ |
A D | t194_nvg.h | 156 } 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 …]
|
/tf-a-ffa_el3_spmc/include/drivers/brcm/ |
A D | chimp.h | 68 static inline void bcm_chimp_clrbits(uintptr_t addr, uint32_t bits) in bcm_chimp_clrbits() 71 static inline void bcm_chimp_setbits(uintptr_t addr, uint32_t bits) in bcm_chimp_setbits()
|
/tf-a-ffa_el3_spmc/drivers/nxp/ddr/fsl-mmdc/ |
A D | fsl_mmdc.c | 24 unsigned int bits) in set_wait_for_bits_clear()
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | inftrees.h | 26 unsigned char bits; /* bits in this part of the code */ member
|
A D | inffast.c | 68 unsigned bits; /* local strm->bits */ local
|
A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
|
A D | inflate.c | 247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 288 unsigned sym, bits; local 631 unsigned bits; /* bits in bit buffer */ local
|
A D | inflate.h | 102 unsigned bits; /* number of bits in "in" */ member
|
/tf-a-ffa_el3_spmc/drivers/brcm/ |
A D | chimp.c | 49 void bcm_chimp_clrbits(uintptr_t addr, uint32_t bits) in bcm_chimp_clrbits() 55 void bcm_chimp_setbits(uintptr_t addr, uint32_t bits) in bcm_chimp_setbits()
|
/tf-a-ffa_el3_spmc/plat/rockchip/rk3288/drivers/soc/ |
A D | soc.h | 89 #define REG_SET_BITS(bits, bits_shift, msk) \ argument 91 #define REG_WMSK_BITS(bits, bits_shift, msk) \ argument
|
/tf-a-ffa_el3_spmc/include/bl31/ |
A D | ehf.h | 34 #define EHF_REGISTER_PRIORITIES(priorities, num, bits) \ argument
|
/tf-a-ffa_el3_spmc/plat/rockchip/rk3368/drivers/soc/ |
A D | soc.h | 125 #define REG_SET_BITS(bits, bits_shift, msk) \ argument 127 #define REG_WMSK_BITS(bits, bits_shift, msk) \ argument
|
/tf-a-ffa_el3_spmc/drivers/nxp/ddr/nxp-ddr/ |
A D | ddrc.c | 165 unsigned int bits) in set_wait_for_bits_clear()
|
/tf-a-ffa_el3_spmc/plat/rockchip/px30/ |
A D | px30_def.h | 16 #define WITH_16BITS_WMSK(bits) (0xffff0000 | (bits)) argument
|