Home
last modified time | relevance | path

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

/include/linux/
Dhash.h26 #define hash_long(val, bits) hash_32(val, bits) argument
28 #define hash_long(val, bits) hash_64(val, bits) argument
34 static inline u64 hash_64(u64 val, unsigned int bits) in hash_64()
57 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
66 static inline unsigned long hash_ptr(void *ptr, unsigned int bits) in hash_ptr()
Dgenalloc.h29 unsigned long bits[0]; /* bitmap for allocating memory chunk */ member
Dyam.h81 unsigned char bits[YAM_FPGA_SIZE]; member
Dhdlcdrv.h58 unsigned char bits; member
151 unsigned int bits) in hdlcdrv_add_bitbuffer_word()
317 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
Dclocksource.h112 #define CLOCKSOURCE_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
Dlp.h153 unsigned long bits; member
Dtypes.h6 #define DECLARE_BITMAP(name,bits) \ argument
Dtelephony.h256 struct phone_except bits; member
Dcompat.h200 #define BITS_TO_COMPAT_LONGS(bits) \ argument
Dipv6.h330 } bits; member
Dfb.h918 #define FB_SHIFT_HIGH(p, val, bits) (fb_be_math(p) ? (val) >> (bits) : \ argument
920 #define FB_SHIFT_LOW(p, val, bits) (fb_be_math(p) ? (val) << (bits) : \ argument
Dreiserfs_fs_sb.h365 unsigned long bits; /* Bitfield for enable/disable kind of options */ member
Dblkdev.h977 unsigned int bits = 8; in blksize_bits() local
Dlibata.h1627 static inline u8 ata_sff_busy_wait(struct ata_port *ap, unsigned int bits, in ata_sff_busy_wait()
/include/sound/
Dcs8403.h39 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE()
84 unsigned char bits; in SND_CS8403_ENCODE() local
169 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE()
210 unsigned char bits; in SND_CS8404_ENCODE() local
Dac97_codec.h462 unsigned short bits; /* resolution bitmask */ member
Dasound.h345 u_int32_t bits[(SNDRV_MASK_MAX+31)/32]; member
/include/linux/spi/
Dspi_bitbang.h106 u32 word, u8 bits) in bitbang_txrx_be_cpha0()
131 u32 word, u8 bits) in bitbang_txrx_be_cpha1()
/include/linux/sunrpc/
Dsvcauth.h133 static inline unsigned long hash_str(char *name, int bits) in hash_str()
151 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem()
/include/net/irda/
Dqos.h65 __u16 bits; /* LSB is first byte, MSB is second byte */ member
/include/linux/usb/
Dmusb.h24 u8 bits; member
/include/math-emu/
Dquad.h75 } bits __attribute__((packed)); member
149 } bits; member
Ddouble.h70 } bits __attribute__((packed)); member
142 } bits __attribute__((packed)); member
Dsingle.h59 } bits __attribute__((packed)); member
/include/linux/mlx4/
Ddevice.h269 unsigned long *bits[2]; member