Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dbitmap.h9 #define small_const_nbits(nbits) \ argument
12 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
/rk3399_rockchip-uboot/include/usb/
H A Dlin_gadget_compat.h20 #define small_const_nbits(nbits) \ argument
23 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto_sum.c10 u32 nbits, char *addr, int len) in dump_hash()
H A Dcrypto.c150 #define RSA_TEST(nbits, bn, be, bc, bd, in, out) { \ argument
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v1.c183 u32 nbits; in rockchip_crypto_sha_final() local
216 u32 nbits, *buf = (u32 *)output; in rockchip_crypto_rsa_verify() local
H A Dcrypto_ce.c395 u32 nbits; in rockchip_crypto_sha_final() local
H A Dcrypto_v2.c660 u32 nbits; in rockchip_crypto_sha_final() local
/rk3399_rockchip-uboot/include/
H A Dcrypto.h42 #define BITS2BYTE(nbits) ((nbits) / 8) argument
43 #define BITS2WORD(nbits) ((nbits) / 32) argument
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c93 static void binary(char *label, uint value, int nbits) in binary()
/rk3399_rockchip-uboot/lib/
H A Dbch.c1031 unsigned int nbits; in decode_bch() local
1208 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
/rk3399_rockchip-uboot/common/
H A Dedid.c34 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument