Home
last modified time | relevance | path

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

/include/linux/
A Dbitmap.h24 const unsigned long *bitmap2, unsigned int bits) in __bitmap_or() argument
27 unsigned int nr = BITS_TO_LONGS(bits); in __bitmap_or()
34 __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() argument
36 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_weight()
42 if (bits % BITS_PER_LONG) in __bitmap_weight()
43 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()
A Dtypes.h163 #define DECLARE_BITMAP(name, bits) \ argument
164 unsigned long name[BITS_TO_LONGS(bits)]
A Dfb.h566 #define FB_SHIFT_HIGH(p, val, bits) (fb_be_math(p) ? (val) >> (bits) : \ argument
567 (val) << (bits))
568 #define FB_SHIFT_LOW(p, val, bits) (fb_be_math(p) ? (val) << (bits) : \ argument
569 (val) >> (bits))
/include/
A Dregmap.h373 static inline int regmap_set_bits(struct regmap *map, uint offset, uint bits) in regmap_set_bits() argument
375 return regmap_update_bits(map, offset, bits, bits); in regmap_set_bits()
387 static inline int regmap_clear_bits(struct regmap *map, uint offset, uint bits) in regmap_clear_bits() argument
389 return regmap_update_bits(map, offset, bits, 0); in regmap_clear_bits()
A Dserial.h75 #define SERIAL_SET_BITS(bits) \ argument
76 ((bits << SERIAL_BITS_SHIFT) & SERIAL_BITS_MASK)
94 #define SERIAL_CONFIG(par, bits, stop) \ argument
96 bits << SERIAL_BITS_SHIFT | \
A Dnetdev.h51 int ftmac100_initialize(struct bd_info *bits);
52 int ftmac110_initialize(struct bd_info *bits);
/include/u-boot/
A Dmd5.h24 __u32 bits[2]; member
A Dzlib.h534 int bits,
/include/jffs2/
A Dmini_inflate.h21 int bits; /* maximum bit length */ member
A Djffs2.h220 void rubin_do_decompress(unsigned char *bits, unsigned char *in,
/include/linux/usb/
A Dmusb.h65 u8 bits; member

Completed in 23 milliseconds