Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 46) sorted by relevance

12

/include/linux/
Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) argument
18 #define hash_long(val, bits) hash_64(val, bits) argument
68 static inline u32 hash_32_generic(u32 val, unsigned int bits) in hash_32_generic()
77 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic()
88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
Dhashtable.h16 #define DEFINE_HASHTABLE(name, bits) \ argument
20 #define DEFINE_READ_MOSTLY_HASHTABLE(name, bits) \ argument
24 #define DECLARE_HASHTABLE(name, bits) \ argument
31 #define hash_min(val, bits) \ argument
Dsched_clock.h44 static inline void sched_clock_register(u64 (*read)(void), int bits, in sched_clock_register()
Dbitops.h60 #define for_each_set_clump8(start, clump, bits, size) \ argument
256 #define set_mask_bits(ptr, mask, bits) \ argument
Dtimecounter.h14 #define CYCLECOUNTER_MASK(bits) (u64)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
Dyam.h66 unsigned char bits[YAM_FPGA_SIZE]; member
Dhdlcdrv.h56 unsigned int bits) in hdlcdrv_add_bitbuffer_word()
221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
Dgenalloc.h79 unsigned long bits[]; /* bitmap for allocating memory chunk */ member
Dlp.h65 unsigned long bits; member
/include/sound/
Dcs8403.h24 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE()
69 unsigned char bits; in SND_CS8403_ENCODE() local
154 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE()
195 unsigned char bits; in SND_CS8404_ENCODE() local
/include/asm-generic/
Dword-at-a-time.h93 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
100 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
105 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/include/linux/iio/imu/
Dadis.h449 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
467 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
470 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
473 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
491 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
509 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
512 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
515 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
518 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/include/asm-generic/bitops/
Dfind.h97 #define find_first_clump8(clump, bits, size) \ argument
/include/clocksource/
Dsamsung_pwm.h22 u8 bits; member
/include/linux/sunrpc/
Dsvcauth.h176 static inline unsigned long hash_str(char const *name, int bits) in hash_str()
181 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem()
/include/net/netfilter/
Dnf_conntrack_labels.h17 unsigned long bits[NF_CT_LABELS_MAX_SIZE / sizeof(long)]; member
/include/crypto/
Dsm3_base.h80 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sm3_base_do_finalize() local
Dsha1_base.h77 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sha1_base_do_finalize() local
Dsha512_base.h100 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha512_base_do_finalize() local
Dsha256_base.h80 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha256_base_do_finalize() local
/include/math-emu/
Dquad.h75 } bits __attribute__((packed)); member
149 } bits; member
Ddouble.h70 } bits __attribute__((packed)); member
142 } bits __attribute__((packed)); member
/include/uapi/linux/
Dhdlcdrv.h59 unsigned char bits; member
/include/linux/usb/
Dmusb.h60 u8 bits; member
/include/linux/mfd/abx500/
Dab8500-sysctrl.h30 static inline int ab8500_sysctrl_set(u16 reg, u8 bits) in ab8500_sysctrl_set()
35 static inline int ab8500_sysctrl_clear(u16 reg, u8 bits) in ab8500_sysctrl_clear()

12