/Linux-v4.19/tools/include/linux/ |
D | hash.h | 16 #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()
|
/Linux-v4.19/include/linux/ |
D | hash.h | 16 #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()
|
/Linux-v4.19/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-v4.19/arch/alpha/include/asm/ |
D | word-at-a-time.h | 22 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a… in has_zero() 29 static inline unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word… in prep_zero_mask() 34 #define create_zero_mask(bits) (bits) argument 36 static inline unsigned long find_zero(unsigned long bits) in find_zero()
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc_dp_types.h | 112 } bits; member 122 } bits; member 132 } bits; member 140 } bits; member 150 } bits; member 164 } bits; member 178 } bits; member 187 } bits; member 198 } bits; member 207 } bits; member [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/ |
D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
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
|
/Linux-v4.19/include/linux/iio/imu/ |
D | adis.h | 161 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument 179 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument 182 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument 185 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument 203 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 221 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 224 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 227 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 230 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 106 #define GBE(x, bits, ifnot) \ argument 117 #define PBE(x, val, bits, ifnot) \ argument 130 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument 131 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument 136 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument 137 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 130 #define GLE(x, bits, ifnot) \ argument 142 #define PLE(x, val, bits, ifnot) \ argument 157 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument 158 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument 163 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument 164 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
|
/Linux-v4.19/drivers/spi/ |
D | spi-gpio.c | 155 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0() 161 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1() 167 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2() 173 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3() 189 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0() 196 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1() 203 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2() 210 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
|
D | spi-sh-sci.c | 43 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits() 83 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode0() 90 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() 104 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode3()
|
D | spi-bitbang.c | 67 u32 word, u8 bits, in bitbang_txrx_8() 73 unsigned bits = t->bits_per_word; in bitbang_txrx_8() local 95 u32 word, u8 bits, in bitbang_txrx_16() 101 unsigned bits = t->bits_per_word; in bitbang_txrx_16() local 123 u32 word, u8 bits, in bitbang_txrx_32() 129 unsigned bits = t->bits_per_word; in bitbang_txrx_32() local
|
/Linux-v4.19/arch/mips/vdso/ |
D | genvdso.c | 81 #define BUILD_SWAP(bits) \ argument 91 #define __FUNC(name, bits) name##bits argument 92 #define _FUNC(name, bits) __FUNC(name, bits) argument 95 #define __ELF(x, bits) Elf##bits##_##x argument 96 #define _ELF(x, bits) __ELF(x, bits) argument
|
/Linux-v4.19/drivers/iio/imu/ |
D | adis16400_core.c | 468 #define ADIS16400_VOLTAGE_CHAN(addr, bits, name, si, chn) { \ argument 487 #define ADIS16400_SUPPLY_CHAN(addr, bits) \ argument 490 #define ADIS16400_AUX_ADC_CHAN(addr, bits) \ argument 493 #define ADIS16400_GYRO_CHAN(mod, addr, bits) { \ argument 513 #define ADIS16400_ACCEL_CHAN(mod, addr, bits) { \ argument 533 #define ADIS16400_MAGN_CHAN(mod, addr, bits) { \ argument 556 #define ADIS16400_MOD_TEMP_CHAN(mod, addr, bits) { \ argument 578 #define ADIS16400_TEMP_CHAN(addr, bits) { \ argument 597 #define ADIS16400_INCLI_CHAN(mod, addr, bits) { \ argument
|
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_regs.h | 64 } bits; member 72 } bits; member 82 } bits; member 93 } bits; member 103 } bits; member 112 } bits; member
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | word-at-a-time.h | 28 unsigned long *bits, const struct word_at_a_time *c) in has_zero() 36 unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask() 41 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | word-at-a-time.h | 27 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 34 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 39 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | word-at-a-time.h | 31 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() 39 #define prep_zero_mask(a, bits, c) (bits) argument 41 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/Linux-v4.19/fs/jffs2/ |
D | compr_rubin.c | 44 int bits[8]; member 88 static void init_rubin(struct rubin_state *rs, int div, int *bits) in init_rubin() 151 static void init_decode(struct rubin_state *rs, int div, int *bits) in init_decode() 168 int c, bits = 0; in __do_decode() local 262 static int rubin_do_compress(int bit_divider, int *bits, unsigned char *data_in, in rubin_do_compress() 308 int bits[8]; in jffs2_dynrubin_compress() local 368 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress() 397 int bits[8]; in jffs2_dynrubin_decompress() local
|
/Linux-v4.19/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-v4.19/arch/arm/include/asm/ |
D | word-at-a-time.h | 19 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() 27 #define prep_zero_mask(a, bits, c) (bits) argument 29 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|