Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dbitmap.h18 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
19 #define small_const_nbits(nbits) \ argument
90 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
162 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
174 const unsigned long *src2, unsigned int nbits) in bitmap_or()
182 static inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
190 unsigned int nbits) in bitmap_set()
204 unsigned int nbits) in bitmap_clear()
/u-boot/drivers/pci_endpoint/
A Dpcie-cadence.h117 #define CDNS_PCIE_AT_OB_REGION_PCI_ADDR0_NBITS(nbits) \ argument
157 #define CDNS_PCIE_AT_OB_REGION_CPU_ADDR0_NBITS(nbits) \ argument
168 #define CDNS_PCIE_AT_IB_RP_BAR_ADDR0_NBITS(nbits) \ argument
/u-boot/fs/btrfs/
A Dextent-io.h56 #define BITMAP_LAST_BYTE_MASK(nbits) \ argument
/u-boot/arch/powerpc/cpu/mpc8xx/
A Dimmap.c95 static void binary(char *label, uint value, int nbits) in binary()
/u-boot/lib/
A Dbch.c1040 unsigned int nbits; in decode_bch() local
1217 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local

Completed in 20 milliseconds