/linux/arch/x86/include/asm/ |
H A D | word-at-a-time.h | 15 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 22 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 30 #define create_zero_mask(bits) (bits) argument 32 static inline unsigned long zero_bytemask(unsigned long bits) in zero_bytemask() 38 #define find_zero(bits) (__ffs(bits) >> 3) argument 43 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/linux/arch/arm64/include/asm/ |
H A D | word-at-a-time.h | 21 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() 29 #define prep_zero_mask(a, bits, c) (bits) argument 30 #define create_zero_mask(bits) (bits) argument 31 #define find_zero(bits) (__ffs(bits) >> 3) argument 33 static inline unsigned long zero_bytemask(unsigned long bits) in zero_bytemask()
|
/linux/include/linux/ |
H A 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 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
/linux/tools/include/linux/ |
H A 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 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
/linux/lib/ |
H A D | bitmap.c | 38 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal() 56 unsigned int bits) in __bitmap_or_equal() 73 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement() 230 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and() 246 const unsigned long *bitmap2, unsigned int bits) in __bitmap_or() 257 const unsigned long *bitmap2, unsigned int bits) in __bitmap_xor() 268 const unsigned long *bitmap2, unsigned int bits) in __bitmap_andnot() 296 const unsigned long *bitmap2, unsigned int bits) in __bitmap_intersects() 311 const unsigned long *bitmap2, unsigned int bits) in __bitmap_subset() 325 #define BITMAP_WEIGHT(FETCH, bits) \ argument [all …]
|
/linux/include/sound/ |
H A D | cs8403.h | 24 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
|
/linux/arch/alpha/include/asm/ |
H A 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/drivers/spi/ |
H A D | spi-gpio.c | 107 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0() 116 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1() 125 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2() 134 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3() 153 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0() 163 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1() 173 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2() 183 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
|
H A D | spi-bitbang-txrx.h | 51 u32 word, u8 bits) in bitbang_txrx_be_cpha0() 83 u32 word, u8 bits) in bitbang_txrx_be_cpha1() 115 u32 word, u8 bits) in bitbang_txrx_le_cpha0() 148 u32 word, u8 bits) in bitbang_txrx_le_cpha1()
|
/linux/tools/testing/selftests/powerpc/primitives/ |
H A 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/arch/powerpc/include/asm/ |
H A 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/drivers/iio/adc/ |
H A D | ad7476.c | 166 #define _AD7476_CHAN(bits, _shift, _info_mask_sep) \ argument 181 #define ADC081S_CHAN(bits) _AD7476_CHAN((bits), 12 - (bits), \ argument 183 #define AD7476_CHAN(bits) _AD7476_CHAN((bits), 13 - (bits), \ argument 185 #define AD7940_CHAN(bits) _AD7476_CHAN((bits), 15 - (bits), \ argument 187 #define AD7091R_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), 0) argument 188 #define AD7091R_CONVST_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), \ argument 190 #define ADS786X_CHAN(bits) _AD7476_CHAN((bits), 12 - (bits), \ argument
|
/linux/arch/sparc/vdso/ |
H A D | vdso2c.c | 100 #define GBE(x, bits, ifnot) \ argument 111 #define PBE(x, val, bits, ifnot) \ argument 124 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument 125 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument 130 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument 131 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
|
/linux/drivers/net/fjes/ |
H A D | fjes_regs.h | 49 } bits; member 57 } bits; member 67 } bits; member 78 } bits; member 88 } bits; member 97 } bits; member
|
/linux/drivers/iio/dac/ |
H A D | ad5686.c | 191 #define AD5868_CHANNEL(chan, addr, bits, _shift) { \ argument 208 #define DECLARE_AD5693_CHANNELS(name, bits, _shift) \ argument 213 #define DECLARE_AD5338_CHANNELS(name, bits, _shift) \ argument 219 #define DECLARE_AD5686_CHANNELS(name, bits, _shift) \ argument 227 #define DECLARE_AD5676_CHANNELS(name, bits, _shift) \ argument 239 #define DECLARE_AD5679_CHANNELS(name, bits, _shift) \ argument
|
/linux/fs/jffs2/ |
H A 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() 303 int bits[8]; in jffs2_dynrubin_compress() local 363 static void rubin_do_decompress(int bit_divider, int *bits, in rubin_do_decompress() 392 int bits[8]; in jffs2_dynrubin_decompress() local
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 207 } bits; member 215 } bits; member 225 } bits; member 235 } bits; member 243 } bits; member 253 } bits; member 267 } bits; member 281 } bits; member 290 } bits; member 304 } bits; member [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | uconn.c | 34 nvkm_uconn_uevent_gsp(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gsp() 51 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_aux() 68 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gpio() 102 u64 bits = 0; in nvkm_uconn_uevent() local
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | cursor_reg_cache.h | 19 } bits; member 28 } bits; member 35 } bits; member 42 } bits; member 55 } bits; member 63 } bits; member 83 } bits; member
|
/linux/arch/riscv/include/asm/ |
H A D | word-at-a-time.h | 23 unsigned long *bits, const struct word_at_a_time *c) in has_zero() 31 unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask() 36 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/linux/arch/sh/include/asm/ |
H A D | word-at-a-time.h | 29 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 36 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 41 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/linux/arch/arm/include/asm/ |
H A D | word-at-a-time.h | 20 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() 28 #define prep_zero_mask(a, bits, c) (bits) argument 30 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/linux/drivers/block/drbd/ |
H A D | drbd_vli.h | 207 static inline void bitstream_cursor_advance(struct bitstream_cursor *cur, unsigned int bits) in bitstream_cursor_advance() 248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits() 281 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits() 331 int bits = __vli_encode_bits(&code, in); in vli_encode_bits() local
|
/linux/drivers/clocksource/ |
H A D | timer-stm32.c | 50 int bits; member 62 static void stm32_timer_of_bits_set(struct timer_of *to, int bits) in stm32_timer_of_bits_set() 233 u32 bits = stm32_timer_of_bits_get(to); in stm32_clocksource_init() local 270 u32 bits = stm32_timer_of_bits_get(to); in stm32_clockevent_init() local
|
/linux/drivers/acpi/pmic/ |
H A D | tps68470_pmic.c | 273 u32 bits, u64 *value, in tps68470_pmic_common_handler() 309 u32 bits, u64 *value, in tps68470_pmic_cfreq_handler() 322 acpi_physical_address address, u32 bits, in tps68470_pmic_clk_handler() 336 u32 bits, u64 *value, in tps68470_pmic_vrval_handler() 350 u32 bits, u64 *value, in tps68470_pmic_pwr_handler()
|