/linux-3.3/include/linux/ |
D | hash.h | 26 #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(const void *ptr, unsigned int bits) in hash_ptr()
|
/linux-3.3/include/sound/ |
D | cs8403.h | 39 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
|
/linux-3.3/lib/ |
D | bitmap.c | 41 int __bitmap_empty(const unsigned long *bitmap, int bits) in __bitmap_empty() 56 int __bitmap_full(const unsigned long *bitmap, int bits) in __bitmap_full() 72 const unsigned long *bitmap2, int bits) in __bitmap_equal() 87 void __bitmap_complement(unsigned long *dst, const unsigned long *src, int bits) in __bitmap_complement() 110 const unsigned long *src, int shift, int bits) in __bitmap_shift_right() 155 const unsigned long *src, int shift, int bits) in __bitmap_shift_left() 183 const unsigned long *bitmap2, int bits) in __bitmap_and() 196 const unsigned long *bitmap2, int bits) in __bitmap_or() 207 const unsigned long *bitmap2, int bits) in __bitmap_xor() 218 const unsigned long *bitmap2, int bits) in __bitmap_andnot() [all …]
|
/linux-3.3/fs/ocfs2/cluster/ |
D | masklog.h | 134 #define __mlog_test_u64(mask, bits) \ argument 137 #define __mlog_set_u64(mask, bits) do { \ argument 141 #define __mlog_clear_u64(mask, bits) do { \ argument 154 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument 155 #define __mlog_set_u64(mask, bits) do { \ argument 158 #define __mlog_clear_u64(mask, bits) do { \ argument
|
/linux-3.3/drivers/spi/ |
D | spi-gpio.c | 148 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode0() 154 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode1() 160 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode2() 166 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode3() 182 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode0() 189 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode1() 196 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode2() 203 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode3()
|
D | spi-sh-sci.c | 45 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits() 85 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode0() 91 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode1() 97 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode2() 103 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode3()
|
D | spi-bitbang.c | 68 u32 word, u8 bits), in bitbang_txrx_8() 72 unsigned bits = t->bits_per_word ? : spi->bits_per_word; in bitbang_txrx_8() local 94 u32 word, u8 bits), in bitbang_txrx_16() 98 unsigned bits = t->bits_per_word ? : spi->bits_per_word; in bitbang_txrx_16() local 120 u32 word, u8 bits), in bitbang_txrx_32() 124 unsigned bits = t->bits_per_word ? : spi->bits_per_word; in bitbang_txrx_32() local
|
D | spi-bitbang-txrx.h | 48 u32 word, u8 bits) in bitbang_txrx_be_cpha0() 75 u32 word, u8 bits) in bitbang_txrx_be_cpha1()
|
/linux-3.3/drivers/video/ |
D | sysfillrect.c | 26 unsigned long pat, unsigned n, int bits) in bitfill_aligned() 82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 136 unsigned long pat, unsigned n, int bits) in bitfill_aligned_rev() 193 int bits) in bitfill_unaligned_rev() 247 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_fillrect() local
|
D | cfbfillrect.c | 36 unsigned long pat, unsigned n, int bits, u32 bswapmask) in bitfill_aligned() 93 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 147 int dst_idx, unsigned long pat, unsigned n, int bits, in bitfill_aligned_rev() 219 unsigned n, int bits) in bitfill_unaligned_rev() 282 int bits = BITS_PER_LONG, bytes = bits >> 3; in cfb_fillrect() local
|
D | syscopyarea.c | 29 const unsigned long *src, int src_idx, int bits, unsigned n) in bitcpy() 170 const unsigned long *src, int src_idx, int bits, unsigned n) in bitcpy_rev() 321 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_copyarea() local
|
D | cfbcopyarea.c | 47 const unsigned long __iomem *src, int src_idx, int bits, in bitcpy() 206 const unsigned long __iomem *src, int src_idx, int bits, in bitcpy_rev() 375 int bits = BITS_PER_LONG, bytes = bits >> 3; in cfb_copyarea() local
|
/linux-3.3/arch/ia64/sn/pci/pcibr/ |
D | pcibr_reg.c | 26 void pcireg_control_bit_clr(struct pcibus_info *pcibus_info, u64 bits) in pcireg_control_bit_clr() 46 void pcireg_control_bit_set(struct pcibus_info *pcibus_info, u64 bits) in pcireg_control_bit_set() 124 void pcireg_intr_enable_bit_clr(struct pcibus_info *pcibus_info, u64 bits) in pcireg_intr_enable_bit_clr() 144 void pcireg_intr_enable_bit_set(struct pcibus_info *pcibus_info, u64 bits) in pcireg_intr_enable_bit_set()
|
/linux-3.3/fs/jffs2/ |
D | compr_rubin.c | 42 int bits[8]; member 91 static void init_rubin(struct rubin_state *rs, int div, int *bits) in init_rubin() 154 static void init_decode(struct rubin_state *rs, int div, int *bits) in init_decode() 171 int c, bits = 0; in __do_decode() local 265 static int rubin_do_compress(int bit_divider, int *bits, unsigned char *data_in, in rubin_do_compress() 311 int bits[8]; in jffs2_dynrubin_compress() local 371 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress() 400 int bits[8]; in jffs2_dynrubin_decompress() local
|
/linux-3.3/drivers/block/drbd/ |
D | drbd_vli.h | 219 static inline void bitstream_cursor_advance(struct bitstream_cursor *cur, unsigned int bits) in bitstream_cursor_advance() 260 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits() 293 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits() 343 int bits = __vli_encode_bits(&code, in); in vli_encode_bits() local
|
/linux-3.3/arch/arm/mach-ep93xx/include/mach/ |
D | platform.h | 28 static inline void ep93xx_devcfg_set_bits(unsigned int bits) in ep93xx_devcfg_set_bits() 33 static inline void ep93xx_devcfg_clear_bits(unsigned int bits) in ep93xx_devcfg_clear_bits()
|
/linux-3.3/drivers/regulator/ |
D | pcf50633-regulator.c | 88 static unsigned int auto_voltage_value(u8 bits) in auto_voltage_value() 97 static unsigned int down_voltage_value(u8 bits) in down_voltage_value() 103 static unsigned int ldo_voltage_value(u8 bits) in ldo_voltage_value() 157 u8 bits) in pcf50633_regulator_voltage_value()
|
/linux-3.3/arch/um/include/asm/ |
D | page.h | 41 #define pte_get_bits(pte, bits) ((pte).pte_low & (bits)) argument 42 #define pte_set_bits(pte, bits) ((pte).pte_low |= (bits)) argument 43 #define pte_clear_bits(pte, bits) ((pte).pte_low &= ~(bits)) argument 72 #define pte_get_bits(p, bits) ((p).pte & (bits)) argument 73 #define pte_set_bits(p, bits) ((p).pte |= (bits)) argument 74 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) argument
|
/linux-3.3/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-jtag.c | 87 uint32_t cvmx_helper_qlm_jtag_shift(int qlm, int bits, uint32_t data) in cvmx_helper_qlm_jtag_shift() 113 void cvmx_helper_qlm_jtag_shift_zeros(int qlm, int bits) in cvmx_helper_qlm_jtag_shift_zeros()
|
/linux-3.3/arch/arm/mach-omap2/ |
D | prm2xxx_3xxx.c | 60 u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) in omap2_prm_rmw_mod_reg_bits() 84 u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits() 89 u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_clear_mod_reg_bits() 230 u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset) in omap3_prm_vcvp_rmw()
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | wl_enc.c | 113 char bits; in wl_wep_code() local 190 char bits; in wl_wep_decode() local
|
/linux-3.3/sound/oss/ |
D | sb_common.c | 284 int bits; in sb16_set_dma_hw() local 305 unsigned char bits = sb_getmixer(devc, 0x84) & ~0x06; in sb16_set_mpu_port() local 351 unsigned char bits = 0; in relocate_Jazz16() local 446 unsigned char bits; in relocate_ess1688() local 1120 unsigned char bits = 0; in init_Jazz16_midi() local 1205 unsigned char bits = sb_getmixer(devc, 0x84) & ~0x06; in probe_sbmpu() local
|
D | sb_audio.c | 230 static void sb1_audio_trigger(int dev, int bits) in sb1_audio_trigger() 317 static unsigned int sb1_audio_set_bits(int dev, unsigned int bits) in sb1_audio_set_bits() 412 static void sb20_audio_trigger(int dev, int bits) in sb20_audio_trigger() 472 unsigned char bits = 0; in sbpro_audio_prepare_for_input() local 501 unsigned char bits = 0; in sbpro_audio_prepare_for_output() local 617 static unsigned int sb16_audio_set_bits(int dev, unsigned int bits) in sb16_audio_set_bits() 689 unsigned long bits; in sb16_audio_output_block() local 780 static void sb16_audio_trigger(int dev, int bits) in sb16_audio_trigger()
|
/linux-3.3/arch/m68k/include/asm/ |
D | nettel.h | 55 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits) in mcf_setppdata() 94 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits) in mcf_setppdata()
|
/linux-3.3/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 46 int bits, ret; in eeprom_93xx46_bin_read() local 109 int bits, ret; in eeprom_93xx46_ew() local 156 int bits, data_len, ret; in eeprom_93xx46_write_word() local 251 int bits, ret; in eeprom_93xx46_eral() local
|