Home
last modified time | relevance | path

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

1234

/linux-4.4.14/include/linux/
Dhash.h27 #define hash_long(val, bits) hash_32(val, bits) argument
29 #define hash_long(val, bits) hash_64(val, bits) argument
51 static __always_inline u64 hash_64(u64 val, unsigned int bits) in hash_64()
78 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
87 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
Dhashtable.h15 #define DEFINE_HASHTABLE(name, bits) \ argument
19 #define DECLARE_HASHTABLE(name, bits) \ argument
26 #define hash_min(val, bits) \ argument
Dtimecounter.h23 #define CYCLECOUNTER_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
Dgenalloc.h75 unsigned long bits[0]; /* bitmap for allocating memory chunk */ member
Dbasic_mmio_gpio.h41 int bits; member
/linux-4.4.14/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
/linux-4.4.14/arch/alpha/include/asm/
Dword-at-a-time.h21 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a… in has_zero()
28 static inline unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word… in prep_zero_mask()
33 #define create_zero_mask(bits) (bits) argument
35 static inline unsigned long find_zero(unsigned long bits) in find_zero()
/linux-4.4.14/fs/ocfs2/cluster/
Dmasklog.h134 #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-4.4.14/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h59 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
70 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
76 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
126 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
138 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
145 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/linux-4.4.14/arch/powerpc/include/asm/
Dword-at-a-time.h59 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
70 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
76 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
126 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
138 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
145 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/linux-4.4.14/drivers/video/fbdev/core/
Dsysfillrect.c26 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
Dcfbfillrect.c36 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
Dsyscopyarea.c29 const unsigned long *src, unsigned src_idx, int bits, unsigned n) in bitcpy()
171 const unsigned long *src, unsigned src_idx, unsigned bits, in bitcpy_rev()
321 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_copyarea() local
Dcfbcopyarea.c47 const unsigned long __iomem *src, unsigned src_idx, int bits, in bitcpy()
213 const unsigned long __iomem *src, unsigned src_idx, int bits, in bitcpy_rev()
387 int bits = BITS_PER_LONG, bytes = bits >> 3; in cfb_copyarea() local
/linux-4.4.14/drivers/spi/
Dspi-gpio.c153 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode0()
159 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode1()
165 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode2()
171 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode3()
187 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode0()
194 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode1()
201 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode2()
208 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode3()
Dspi-bitbang.c65 u32 word, u8 bits), in bitbang_txrx_8()
69 unsigned bits = t->bits_per_word; in bitbang_txrx_8() local
91 u32 word, u8 bits), in bitbang_txrx_16()
95 unsigned bits = t->bits_per_word; in bitbang_txrx_16() local
117 u32 word, u8 bits), in bitbang_txrx_32()
121 unsigned bits = t->bits_per_word; in bitbang_txrx_32() local
Dspi-sh-sci.c43 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()
89 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode1()
95 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode2()
101 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode3()
Dspi-bitbang-txrx.h48 u32 word, u8 bits) in bitbang_txrx_be_cpha0()
80 u32 word, u8 bits) in bitbang_txrx_be_cpha1()
Dspi-xtensa-xtfpga.c57 u32 v, u8 bits) in xtfpga_spi_txrx_word()
/linux-4.4.14/include/linux/iio/imu/
Dadis.h160 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument
178 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument
181 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument
184 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument
202 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
220 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
223 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
226 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
229 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.c123 #define GLE(x, bits, ifnot) \ argument
135 #define PLE(x, val, bits, ifnot) \ argument
150 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument
151 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument
156 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument
157 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c81 #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-4.4.14/drivers/net/fjes/
Dfjes_regs.h64 } bits; member
72 } bits; member
82 } bits; member
93 } bits; member
103 } bits; member
112 } bits; member
/linux-4.4.14/drivers/iio/imu/
Dadis16400_core.c464 #define ADIS16400_VOLTAGE_CHAN(addr, bits, name, si, chn) { \ argument
483 #define ADIS16400_SUPPLY_CHAN(addr, bits) \ argument
486 #define ADIS16400_AUX_ADC_CHAN(addr, bits) \ argument
489 #define ADIS16400_GYRO_CHAN(mod, addr, bits) { \ argument
509 #define ADIS16400_ACCEL_CHAN(mod, addr, bits) { \ argument
529 #define ADIS16400_MAGN_CHAN(mod, addr, bits) { \ argument
552 #define ADIS16400_MOD_TEMP_CHAN(mod, addr, bits) { \ argument
574 #define ADIS16400_TEMP_CHAN(addr, bits) { \ argument
593 #define ADIS16400_INCLI_CHAN(mod, addr, bits) { \ argument
/linux-4.4.14/arch/sh/include/asm/
Dword-at-a-time.h26 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
33 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
38 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/linux-4.4.14/arch/arm64/include/asm/
Dword-at-a-time.h29 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero()
37 #define prep_zero_mask(a, bits, c) (bits) argument
39 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
Dsmp_plat.h29 u32 bits; member
/linux-4.4.14/arch/arm/include/asm/
Dword-at-a-time.h18 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero()
26 #define prep_zero_mask(a, bits, c) (bits) argument
28 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
Ddiv64.h214 #define __div64_fls(bits) \ argument
Ddma-iommu.h20 size_t bits; /* per bitmap */ member
Dsmp_plat.h97 u32 bits; member
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
Dpcibr_reg.c26 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-4.4.14/lib/
Dbitmap.c46 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal()
61 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement()
154 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and()
170 const unsigned long *bitmap2, unsigned int bits) in __bitmap_or()
181 const unsigned long *bitmap2, unsigned int bits) in __bitmap_xor()
192 const unsigned long *bitmap2, unsigned int bits) in __bitmap_andnot()
208 const unsigned long *bitmap2, unsigned int bits) in __bitmap_intersects()
223 const unsigned long *bitmap2, unsigned int bits) in __bitmap_subset()
237 int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight()
757 const unsigned long *new, int bits) in bitmap_bitremap()
[all …]
/linux-4.4.14/fs/jffs2/
Dcompr_rubin.c44 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-4.4.14/arch/x86/include/asm/
Dword-at-a-time.h46 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
53 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
58 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
Dio_apic.h35 } __attribute__ ((packed)) bits; member
46 } __attribute__ ((packed)) bits; member
55 } __attribute__ ((packed)) bits; member
63 } __attribute__ ((packed)) bits; member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_vli.h219 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-4.4.14/tools/perf/util/
Dbitmap.c10 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight()
24 const unsigned long *bitmap2, int bits) in __bitmap_or()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_dbgdev.h91 } bitfields, bits; member
100 } bitfields, bits; member
120 } bitfields, bits; member
129 } bitfields, bits; member
144 } bitfields, bits; member
155 } bitfields, bits; member
165 } bitfields, bits; member
/linux-4.4.14/arch/um/include/asm/
Dpage.h41 #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-4.4.14/drivers/iio/adc/
Dad7476.c136 #define _AD7476_CHAN(bits, _shift, _info_mask_sep) \ argument
151 #define AD7476_CHAN(bits) _AD7476_CHAN((bits), 13 - (bits), \ argument
153 #define AD7940_CHAN(bits) _AD7476_CHAN((bits), 15 - (bits), \ argument
155 #define AD7091R_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), 0) argument
Dad7923.c52 #define EXTRACT(val, dec, bits) ((val >> dec) & ((1 << bits) - 1)) argument
84 #define AD7923_V_CHAN(index, bits) \ argument
101 #define DECLARE_AD7923_CHANNELS(name, bits) \ argument
Dad7791.c68 #define DECLARE_AD7787_CHANNELS(name, bits, storagebits) \ argument
80 #define DECLARE_AD7791_CHANNELS(name, bits, storagebits) \ argument
Dmax1363.c142 u8 bits; member
461 #define MAX1363_CHAN_U(num, addr, si, bits, ev_spec, num_ev_spec) \ argument
482 #define MAX1363_CHAN_B(num, num2, addr, si, bits, ev_spec, num_ev_spec) \ argument
504 #define MAX1363_4X_CHANS(bits, ev_spec, num_ev_spec) { \ argument
549 #define MAX1363_12X_CHANS(bits) { \ argument
598 #define MAX1363_8X_CHANS(bits) { \ argument
625 #define MAX1363_2X_CHANS(bits) { \ argument
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-helper-jtag.c87 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-4.4.14/sound/oss/
Dsb_common.c280 int bits; in sb16_set_dma_hw() local
301 unsigned char bits = sb_getmixer(devc, 0x84) & ~0x06; in sb16_set_mpu_port() local
347 unsigned char bits = 0; in relocate_Jazz16() local
442 unsigned char bits; in relocate_ess1688() local
1115 unsigned char bits = 0; in init_Jazz16_midi() local
1200 unsigned char bits = sb_getmixer(devc, 0x84) & ~0x06; in probe_sbmpu() local
Dsb_audio.c226 static void sb1_audio_trigger(int dev, int bits) in sb1_audio_trigger()
313 static unsigned int sb1_audio_set_bits(int dev, unsigned int bits) in sb1_audio_set_bits()
408 static void sb20_audio_trigger(int dev, int bits) in sb20_audio_trigger()
469 unsigned char bits = 0; in sbpro_audio_prepare_for_input() local
498 unsigned char bits = 0; in sbpro_audio_prepare_for_output() local
616 static unsigned int sb16_audio_set_bits(int dev, unsigned int bits) in sb16_audio_set_bits()
688 unsigned long bits; in sb16_audio_output_block() local
779 static void sb16_audio_trigger(int dev, int bits) in sb16_audio_trigger()
Daudio.c74 int bits; in audio_open() local
747 int fact, ret, changed, bits, count, err; in dma_ioctl() local
Dpas2_mixer.c77 mixer_output(int right_vol, int left_vol, int div, int bits, in mixer_output()
Dpss.c219 unsigned short tmp, bits; in set_irq() local
238 unsigned short bits = (base & 0x0ffc) << 4; in set_io_base() local
251 unsigned short tmp, bits; in set_dma() local
/linux-4.4.14/include/asm-generic/
Dword-at-a-time.h92 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
99 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
104 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/linux-4.4.14/arch/arm/mach-omap2/
Dcm2xxx_3xxx.h64 static inline u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_cm_rmw_mod_reg_bits()
89 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_set_mod_reg_bits()
94 static inline u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_clear_mod_reg_bits()
Dprm2xxx_3xxx.h67 static inline u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_prm_rmw_mod_reg_bits()
92 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits()
97 static inline u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_clear_mod_reg_bits()
Dprcm_mpu44xx.c41 u32 omap4_prcm_mpu_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg) in omap4_prcm_mpu_rmw_inst_reg_bits()
Dcminst44xx.c133 static u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, in omap4_cminst_rmw_inst_reg_bits()
146 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits()
151 static u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, in omap4_cminst_clear_inst_reg_bits()
Dprminst44xx.c77 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits()
/linux-4.4.14/drivers/misc/eeprom/
Deeprom_93xx46.c45 int bits, ret; in eeprom_93xx46_bin_read() local
101 int bits, ret; in eeprom_93xx46_ew() local
148 int bits, data_len, ret; in eeprom_93xx46_write_word() local
236 int bits, ret; in eeprom_93xx46_eral() local
/linux-4.4.14/drivers/staging/iio/accel/
Dadis16240_core.c32 unsigned bits) in adis16240_spi_read_signed()
87 int bits; in adis16240_read_raw() local
162 int bits = 10; in adis16240_write_raw() local
Dadis16209_core.c44 int bits; in adis16209_write_raw() local
72 int bits; in adis16209_read_raw() local
Dadis16201_core.c39 int bits; in adis16201_read_raw() local
111 int bits; in adis16201_write_raw() local
Dadis16204_core.c43 int bits; in adis16204_read_raw() local
119 int bits; in adis16204_write_raw() local
Dadis16203_core.c51 int bits; in adis16203_read_raw() local
Dadis16220_core.c242 u8 bits; member
272 u8 bits; in adis16220_read_raw() local
/linux-4.4.14/arch/m68k/include/asm/
Dnettel.h56 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits) in mcf_setppdata()
93 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits) in mcf_setppdata()
/linux-4.4.14/arch/sparc/include/asm/
Dirq_64.h66 static inline void set_softint(unsigned long bits) in set_softint()
73 static inline void clear_softint(unsigned long bits) in clear_softint()
/linux-4.4.14/scripts/dtc/
Ddtc-parser.y46 int bits; member
284 unsigned long long bits; variable
/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-platform.c106 #define LEDFLAGS(bits, shift) \ argument
109 #define LEDBITS(id, shift, bits) \ argument
Dsead3-init.c25 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
/linux-4.4.14/drivers/staging/comedi/drivers/
Dc6xdigio.c80 unsigned int *bits, in c6xdigio_get_encoder_bits()
99 unsigned int bits; in c6xdigio_pwm_write() local
125 unsigned int bits; in c6xdigio_encoder_read() local
Dni_tio.c237 unsigned bits = 0; in ni_tio_clock_src_modifiers() local
461 unsigned bits = 0; in ni_tio_set_counter_mode() local
505 unsigned bits = 0; in ni_tio_arm() local
687 unsigned bits = 0; in ni_tio_set_clock_src() local
1276 const unsigned bits = in ni_tio_next_load_register() local
1371 unsigned bits, in ni_gpct_device_construct()
Dcb_pcidas64.c1202 uint16_t *bits, unsigned int channel, in set_dac_range_bits()
1264 uint32_t bits; in enable_ai_interrupts() local
1290 uint32_t bits; in init_plx9080() local
1371 uint16_t bits; in set_ai_fifo_segment_length() local
1430 uint16_t bits; in init_stc_registers() local
1759 unsigned int bits = 0, n; in ai_rinsn() local
2430 unsigned short bits; in setup_channel_queue() local
2575 uint32_t bits; in ai_cmd() local
3147 unsigned int bits = DAC_ENABLE_BIT | WAVEFORM_GATE_LEVEL_BIT | in set_dac_control0_reg() local
3188 uint16_t bits; in set_dac_select_reg() local
[all …]
/linux-4.4.14/Documentation/vDSO/
Dparse_vdso.c57 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument
58 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-reg.h31 #define vxge_bVALn(bits, loc, n) \ argument
34 #define VXGE_HW_TITAN_ASIC_ID_GET_INITIAL_DEVICE_ID(bits) \ argument
36 #define VXGE_HW_TITAN_ASIC_ID_GET_INITIAL_MAJOR_REVISION(bits) \ argument
38 #define VXGE_HW_TITAN_ASIC_ID_GET_INITIAL_MINOR_REVISION(bits) \ argument
41 #define VXGE_HW_VPATH_TO_FUNC_MAP_CFG1_GET_VPATH_TO_FUNC_MAP_CFG1(bits) \ argument
43 #define VXGE_HW_HOST_TYPE_ASSIGNMENTS_GET_HOST_TYPE_ASSIGNMENTS(bits) \ argument
89 #define VXGE_HW_VPATH_IS_FIRST_GET_VPATH_IS_FIRST(bits) vxge_bVALn(bits, 3, 1) argument
91 #define VXGE_HW_TIM_VPATH_ASSIGNMENT_GET_BMAP_ROOT(bits) \ argument
94 #define VXGE_HW_RXMAC_CFG0_PORT_VPMGMT_CLONE_GET_MAX_PYLD_LEN(bits) \ argument
97 #define VXGE_HW_XMAC_VSPORT_CHOICES_VP_GET_VSPORT_VECTOR(bits) \ argument
[all …]
/linux-4.4.14/arch/tile/kernel/
Dtile-desc_64.c2139 find_opcode(tilegx_bundle_bits bits, const unsigned short *table) in find_opcode()
2159 parse_insn_tilegx(tilegx_bundle_bits bits, in parse_insn_tilegx()
Dtile-desc_32.c2526 find_opcode(tilepro_bundle_bits bits, tilepro_pipeline pipe) in find_opcode()
2547 parse_insn_tilepro(tilepro_bundle_bits bits, in parse_insn_tilepro()
/linux-4.4.14/drivers/media/radio/
Dradio-maxiradio.c86 u8 bits = 0; in maxiradio_tea575x_set_pins() local
101 u8 bits = inb(dev->io); in maxiradio_tea575x_get_pins() local
Dradio-sf16fmr2.c62 u8 bits = 0; in fmr2_tea575x_set_pins() local
75 u8 bits = inb(fmr2->io); in fmr2_tea575x_get_pins() local
Dradio-aztech.c71 u8 bits = az->curvol; in aztech_set_pins() local
Dradio-aimslab.c89 u8 bits = AIMS_BIT_VOL_DN | AIMS_BIT_VOL_UP | AIMS_BIT_TUN_STRQ; in rtrack_set_pins() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-io.c65 u32 bits, u32 mask, int timeout) in iwl_poll_bit()
158 u32 bits, u32 mask, int timeout) in iwl_poll_prph_bit()
185 u32 bits, u32 mask) in iwl_set_bits_mask_prph()
/linux-4.4.14/arch/sparc/kernel/
Dbtext.c243 int l, bits; in draw_byte_32() local
264 int l, bits; in draw_byte_16() local
282 int l, bits; in draw_byte_8() local
/linux-4.4.14/drivers/leds/
Dleds-pca955x.c67 int bits; member
121 static inline int pca95xx_num_input_regs(int bits) in pca95xx_num_input_regs()
127 static inline int pca95xx_num_led_regs(int bits) in pca95xx_num_led_regs()
/linux-4.4.14/drivers/media/rc/
Drc-core-priv.h49 u32 bits; member
55 u32 bits; member
69 u32 bits; member
74 u16 bits; member
83 u64 bits; member
88 u32 bits; member
/linux-4.4.14/drivers/gpio/
Dgpio-generic.c209 unsigned long *mask, unsigned long *bits, in bgpio_multiple_get_masks()
232 unsigned long *bits, in bgpio_set_multiple_single_reg()
251 unsigned long *bits) in bgpio_set_multiple()
259 unsigned long *bits) in bgpio_set_multiple_set()
268 unsigned long *bits) in bgpio_set_multiple_with_clear()
/linux-4.4.14/arch/tile/lib/
Dstrlen_32.c30 uint32_t bits; in strlen() local
Dstrlen_64.c29 uint64_t bits; in strlen() local
Dstrnlen_64.c27 uint64_t v, bits; in strnlen() local
Dstrnlen_32.c26 uint32_t v, bits; in strnlen() local
Dmemchr_64.c26 uint64_t goal, before_mask, v, bits; in memchr() local
Dmemchr_32.c25 uint32_t goal, before_mask, v, bits; in memchr() local
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c31 #define _d(name, bits, addr, perms) debugfs_create_x##bits(name, perms, parent, (u##bits *)(addr)) argument
32 #define d(name, bits, addr) _d(name, bits, addr, S_IRUSR|S_IWUSR) argument
33 #define d_RO(name, bits, addr) _d(name, bits, addr, S_IRUSR) argument
34 #define d_WO(name, bits, addr) _d(name, bits, addr, S_IWUSR) argument
36 #define D_RO(name, bits) d_RO(#name, bits, name) argument
37 #define D_WO(name, bits) d_WO(#name, bits, name) argument
477 #define __SPORT(name, bits) \ argument
/linux-4.4.14/drivers/cpufreq/
Dpowernow-k7.h23 } bits; member
41 } bits; member
Dlonghaul.h17 } bits; member
46 } bits; member
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_trace.h254 #define TRACE_PT_SIZE(bits) \ argument
/linux-4.4.14/arch/arm/crypto/
Daesbs-glue.c61 int bits = key_len * 8; in aesbs_cbc_set_key() local
77 int bits = key_len * 8; in aesbs_ctr_set_key() local
91 int bits = key_len * 4; in aesbs_xts_set_key() local
/linux-4.4.14/drivers/input/joystick/
Dsidewinder.c121 int bits; member
217 static __u64 sw_get_bits(unsigned char *buf, int pos, int num, char bits) in sw_get_bits()
528 static void sw_print_packet(char *name, int length, unsigned char *buf, char bits) in sw_print_packet()
734 int bits, code; in sw_connect() local
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpsw_ale.c28 #define BITMASK(bits) (BIT(bits) - 1) argument
54 static inline int cpsw_ale_get_field(u32 *ale_entry, u32 start, u32 bits) in cpsw_ale_get_field()
64 static inline void cpsw_ale_set_field(u32 *ale_entry, u32 start, u32 bits, in cpsw_ale_set_field()
77 #define DEFINE_ALE_FIELD(name, start, bits) \ argument
464 int bits; member
/linux-4.4.14/drivers/net/phy/
Dmdio-bitbang.c72 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num()
81 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num()
/linux-4.4.14/drivers/staging/vt6656/
Dmac.c145 void vnt_mac_reg_bits_off(struct vnt_private *priv, u8 reg_ofs, u8 bits) in vnt_mac_reg_bits_off()
156 void vnt_mac_reg_bits_on(struct vnt_private *priv, u8 reg_ofs, u8 bits) in vnt_mac_reg_bits_on()
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set_bitmap.h17 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()
/linux-4.4.14/fs/btrfs/
Dstruct-funcs.c52 #define DEFINE_BTRFS_SETGET_BITS(bits) \ argument
Dextent_io.c134 static void add_extent_changeset(struct extent_state *state, unsigned bits, in add_extent_changeset()
418 struct extent_state *state, unsigned *bits) in set_state_cb()
425 struct extent_state *state, unsigned *bits) in clear_state_cb()
449 unsigned *bits, struct extent_changeset *changeset) in insert_state()
534 unsigned *bits, int wake, in clear_state_bit()
595 unsigned bits, int wake, int delete, in __clear_extent_bit()
768 unsigned long bits) in wait_extent_bit()
815 unsigned *bits, struct extent_changeset *changeset) in set_state_bits()
860 unsigned bits, unsigned exclusive_bits, in __set_extent_bit()
1061 unsigned bits, u64 * failed_start, in set_extent_bit()
[all …]
/linux-4.4.14/include/linux/sunrpc/
Dsvcauth.h161 static inline unsigned long hash_str(char *name, int bits) in hash_str()
179 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem()
/linux-4.4.14/arch/powerpc/sysdev/
Dcpm2.c147 int i, bits = 0; in cpm2_clk_setup() local
277 int i, bits = 0; in cpm2_smc_clk_setup() local
Dcpm2_pic.c203 unsigned long bits; in cpm2_get_irq() local
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_bt829.c229 unsigned char bits; in do_i2c_stop() local
359 unsigned char bits; in do_get_bits() local
/linux-4.4.14/drivers/input/
Devdev.c663 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
691 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user()
730 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
743 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user()
764 static int bits_to_user(unsigned long *bits, unsigned int maxbit, in bits_to_user()
775 static int bits_from_user(unsigned long *bits, unsigned int maxbit, in bits_from_user()
810 unsigned long *bits; in handle_eviocgbit() local
916 unsigned long *bits, unsigned int maxbit, in evdev_handle_get_val()
/linux-4.4.14/include/clocksource/
Dsamsung_pwm.h33 u8 bits; member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_wc_x86_64.c55 unsigned bits; in ipath_enable_wc() local
/linux-4.4.14/fs/minix/
Dbitmap.c99 u32 bits = sbi->s_nzones - sbi->s_firstdatazone + 1; in minix_count_free_blocks() local
269 u32 bits = sbi->s_ninodes + 1; in minix_count_free_inodes() local
/linux-4.4.14/drivers/xen/
Dacpi.c42 unsigned int bits = extended ? 8 : 16; in xen_acpi_notify_hypervisor_state() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_wc_x86_64.c57 unsigned bits; in qib_enable_wc() local
/linux-4.4.14/lib/zlib_inflate/
Dinftrees.h29 unsigned char bits; /* bits in this part of the code */ member
Dinftrees.c24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
Dinffast.c104 unsigned bits; /* local strm->bits */ in inflate_fast() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dbase.c37 u32 bits = vma->node->type - 12; in nvkm_vm_map_at() local
81 u32 bits = vma->node->type - 12; in nvkm_vm_map_sg_table() local
140 u32 bits = vma->node->type - 12; in nvkm_vm_map_sg() local
188 u32 bits = vma->node->type - 12; in nvkm_vm_unmap_at() local
/linux-4.4.14/arch/mips/include/asm/txx9/
Dtx4927.h216 static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) in txx9_clear64()
227 static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) in txx9_set64()
240 static inline void tx4927_ccfg_clear(__u64 bits) in tx4927_ccfg_clear()
246 static inline void tx4927_ccfg_set(__u64 bits) in tx4927_ccfg_set()
/linux-4.4.14/drivers/atm/
Dhorizon.h71 #define PRINTDB(bits,format,args...) \ argument
73 #define PRINTDM(bits,format,args...) \ argument
75 #define PRINTDE(bits,format,args...) \ argument
77 #define PRINTD(bits,format,args...) \ argument
82 #define PRINTD(bits,format,args...) argument
83 #define PRINTDB(bits,format,args...) argument
84 #define PRINTDM(bits,format,args...) argument
85 #define PRINTDE(bits,format,args...) argument
Dambassador.h70 #define PRINTDB(bits,format,args...) \ argument
72 #define PRINTDM(bits,format,args...) \ argument
74 #define PRINTDE(bits,format,args...) \ argument
76 #define PRINTD(bits,format,args...) \ argument
81 #define PRINTD(bits,format,args...) argument
82 #define PRINTDB(bits,format,args...) argument
83 #define PRINTDM(bits,format,args...) argument
84 #define PRINTDE(bits,format,args...) argument
88 #define PRINTDD(bits,format,args...) argument
/linux-4.4.14/arch/mips/kernel/
Dearly_printk_8250.c49 int status, bits; in prom_putchar() local
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
DM0209.h8 u8 bits; member
/linux-4.4.14/sound/pci/emu10k1/
Dirq.c186 unsigned int bits; in snd_emu10k1_interrupt() local
/linux-4.4.14/arch/s390/crypto/
Dsha_common.c67 u64 bits; in s390_sha_final() local
/linux-4.4.14/lib/842/
D842_decompress.c98 u8 *in = p->in, b = p->bit, bits = b + n; in next_bits() local
172 static int __do_index(struct sw842_param *p, u8 size, u8 bits, u64 fsize) in __do_index()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.h7 unsigned bits:6; member
/linux-4.4.14/drivers/acpi/
Dacpi_cmos_rtc.c32 u32 bits, u64 *value64, in acpi_cmos_rtc_space_handler()
/linux-4.4.14/arch/powerpc/kernel/
Dbtext.c427 int l, bits; in draw_byte_32() local
448 int l, bits; in draw_byte_16() local
466 int l, bits; in draw_byte_8() local
/linux-4.4.14/drivers/net/ethernet/aurora/
Dnb8800.c90 static inline void nb8800_modb(struct nb8800_priv *priv, int reg, u8 bits, in nb8800_modb()
96 static inline void nb8800_setb(struct nb8800_priv *priv, int reg, u8 bits) in nb8800_setb()
101 static inline void nb8800_clearb(struct nb8800_priv *priv, int reg, u8 bits) in nb8800_clearb()
106 static inline void nb8800_modl(struct nb8800_priv *priv, int reg, u32 bits, in nb8800_modl()
112 static inline void nb8800_setl(struct nb8800_priv *priv, int reg, u32 bits) in nb8800_setl()
117 static inline void nb8800_clearl(struct nb8800_priv *priv, int reg, u32 bits) in nb8800_clearl()
/linux-4.4.14/drivers/parport/
Dparport_sunbpp.c88 unsigned char bits = 0; in status_sunbpp_to_pc() local
111 unsigned char bits = 0; in control_sunbpp_to_pc() local
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c71 __u64 bits) in mdc_resource_get_unused()
112 __u64 bits; in mdc_setattr() local
/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic.c49 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler()
168 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler()
/linux-4.4.14/arch/arm/common/
Dlocomo.c541 void locomo_gpio_set_dir(struct device *dev, unsigned int bits, unsigned int dir) in locomo_gpio_set_dir()
570 int locomo_gpio_read_level(struct device *dev, unsigned int bits) in locomo_gpio_read_level()
588 int locomo_gpio_read_output(struct device *dev, unsigned int bits) in locomo_gpio_read_output()
606 void locomo_gpio_write(struct device *dev, unsigned int bits, unsigned int set) in locomo_gpio_write()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dramht.h16 int bits; member
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_labels.h14 unsigned long bits[]; member
/linux-4.4.14/drivers/clk/mmp/
Dreset.h11 u32 bits; member
/linux-4.4.14/drivers/char/
Dpc8736x_gpio.c124 static inline u32 pc8736x_gpio_configure_fn(unsigned index, u32 mask, u32 bits, in pc8736x_gpio_configure_fn()
146 static u32 pc8736x_gpio_configure(unsigned index, u32 mask, u32 bits) in pc8736x_gpio_configure()
Dds1620.c145 static void ds1620_out(int cmd, int bits, int value) in ds1620_out()
168 static unsigned int ds1620_in(int cmd, int bits) in ds1620_in()
/linux-4.4.14/arch/x86/mm/
Damdtopology.c79 unsigned int bits, cores, apicid_base; in amd_numa_init() local
/linux-4.4.14/drivers/misc/cb710/
Ddebug.c25 static inline int allow_reg_read(unsigned block, unsigned offset, unsigned bits) in allow_reg_read()
/linux-4.4.14/drivers/clocksource/
Dmmio.c53 unsigned long hz, int rating, unsigned bits, in clocksource_mmio_init()
Dtimer-stm32.c107 int irq, ret, bits, prescaler = 1; in stm32_clockevent_init() local
/linux-4.4.14/arch/x86/platform/scx200/
Dscx200_32.c94 u32 scx200_gpio_configure(unsigned index, u32 mask, u32 bits) in scx200_gpio_configure()
/linux-4.4.14/arch/mips/lantiq/falcon/
Dsysctrl.c127 unsigned int bits; in sysctl_reboot() local
168 unsigned int bits) in clkdev_add_sys()
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c210 int i = 0, bits = 0, ac = 0; in digest_encode() local
230 int i = 0, bits = 0, ac = 0; in digest_decode() local
/linux-4.4.14/arch/arm/mm/
Ddump.c183 const struct prot_bits *bits; member
201 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot()
/linux-4.4.14/include/crypto/
Dsha1_base.h77 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sha1_base_do_finalize() local
Dsha256_base.h98 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha256_base_do_finalize() local
Dsha512_base.h100 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha512_base_do_finalize() local
/linux-4.4.14/arch/mn10300/kernel/
Dgdb-io-ttysm.c98 const unsigned bits = 10; /* 1 [start] + 8 [data] + 0 [parity] + in gdbstub_io_set_baud() local
/linux-4.4.14/tools/perf/util/include/linux/
Dbitmap.h7 #define DECLARE_BITMAP(name,bits) \ argument
/linux-4.4.14/drivers/s390/block/
Ddasd_fba.h45 } __attribute__ ((packed)) bits; member
56 } __attribute__ ((packed)) bits; member
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c210 int i = 0, bits = 0, ac = 0; in digest_encode() local
230 int i = 0, bits = 0, ac = 0; in digest_decode() local
/linux-4.4.14/drivers/iio/dac/
Dad5449.c199 #define AD5449_CHANNEL(chan, bits) { \ argument
215 #define DECLARE_AD5449_CHANNELS(name, bits) \ argument
Dad5446.c142 #define _AD5446_CHANNEL(bits, storage, _shift, ext) { \ argument
158 #define AD5446_CHANNEL(bits, storage, shift) \ argument
161 #define AD5446_CHANNEL_POWERDOWN(bits, storage, shift) \ argument
Dad5064.c298 #define AD5064_CHANNEL(chan, addr, bits, _shift) { \ argument
315 #define DECLARE_AD5064_CHANNELS(name, bits, shift) \ argument
327 #define DECLARE_AD5065_CHANNELS(name, bits, shift) \ argument
Dmcp4922.c45 #define MCP4922_CHAN(chan, bits) { \ argument
/linux-4.4.14/Documentation/spi/
Dspidev_fdx.c81 __u8 lsb, bits; in dumpstat() local
/linux-4.4.14/arch/s390/include/asm/
Ddis.h26 int bits; /* The number of bits in the operand. */ member
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-init.c46 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
/linux-4.4.14/drivers/i2c/busses/
Di2c-pxa.c213 struct bits { struct
221 decode_bits(const char *prefix, const struct bits *bits, int num, u32 val) in decode_bits()
/linux-4.4.14/drivers/misc/altera-stapl/
Daltera-comp.c53 static u32 altera_read_packed(u8 *buffer, u32 bits, u32 *bits_avail, in altera_read_packed()
/linux-4.4.14/arch/s390/kernel/
Ddumpstack.c125 static inline int mask_bits(struct pt_regs *regs, unsigned long bits) in mask_bits()
/linux-4.4.14/arch/arm64/mm/
Ddump.c160 const struct prot_bits *bits; member
182 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
/linux-4.4.14/arch/mips/math-emu/
Dieee754.h41 u64 bits; member
51 u32 bits; member
/linux-4.4.14/arch/powerpc/platforms/cell/
Dinterrupt.c62 static irq_hw_number_t iic_pending_to_hwnum(struct cbe_iic_pending_bits bits) in iic_pending_to_hwnum()
109 unsigned long bits, ack; in iic_ioexc_cascade() local
/linux-4.4.14/sound/pci/oxygen/
Doxygen_mixer.c313 static void oxygen_to_iec958(u32 bits, struct snd_ctl_elem_value *value) in oxygen_to_iec958()
324 u32 bits; in iec958_to_oxygen() local
335 static inline void write_spdif_bits(struct oxygen *chip, u32 bits) in write_spdif_bits()
430 u32 bits; in spdif_input_default_get() local
/linux-4.4.14/arch/powerpc/crypto/
Dsha1.c84 __be64 bits; in sha1_final() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.h120 #define GET_FLAGS(flags, bits) ((flags) & (bits)) argument
121 #define SET_FLAGS(flags, bits) ((flags) |= (bits)) argument
122 #define RESET_FLAGS(flags, bits) ((flags) &= ~(bits)) argument
/linux-4.4.14/lib/zlib_deflate/
Ddeftree.c229 int bits; /* bit counter */ in tr_static_init() local
420 int bits; /* bit length */ in gen_bitlen() local
503 int bits; /* bit index */ in gen_codes() local
/linux-4.4.14/drivers/tty/serial/
D21285.c386 int *parity, int *bits) in serial21285_get_options()
424 int bits = 8; in serial21285_console_setup() local
Dsuncore.c88 int baud, bits, stop, cflag; in sunserial_console_termios() local
Dstm32-usart.c133 static void stm32_set_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_set_bits()
142 static void stm32_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_clr_bits()
651 int bits = 8; in stm32_console_setup() local
Dapbuart.c455 int *parity, int *bits) in apbuart_console_get_options()
480 int bits = 8; in apbuart_console_setup() local
/linux-4.4.14/drivers/clk/ingenic/
Dcgu.h73 u8 bits; member
90 u8 bits; member
/linux-4.4.14/arch/sh/mm/
Dtlb-debugfs.c26 int bits; member
/linux-4.4.14/arch/arm/mach-ep93xx/
Dts72xx.c81 unsigned char bits; in ts72xx_nand_hwcontrol() local
Dsoc.h204 static inline void ep93xx_devcfg_set_bits(unsigned int bits) in ep93xx_devcfg_set_bits()
209 static inline void ep93xx_devcfg_clear_bits(unsigned int bits) in ep93xx_devcfg_clear_bits()
/linux-4.4.14/drivers/s390/cio/
Dairq.c121 struct airq_iv *airq_iv_create(unsigned long bits, unsigned long flags) in airq_iv_create()
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dfpu.h59 unsigned long bits[2]; member
/linux-4.4.14/arch/cris/arch-v32/kernel/
Ddebugport.c22 unsigned int bits; member
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpic.c208 int irq, bits; in gatwick_action() local
232 unsigned long bits = 0; in pmac_pic_get_irq() local
/linux-4.4.14/sound/pci/ice1712/
Dpsc724.c122 u32 st, bits; in psc724_wm8766_write() local
171 unsigned int bits = snd_ice1712_gpio_read(ice); in psc724_set_master_switch() local
/linux-4.4.14/arch/ia64/include/asm/
Dsmp.h35 unsigned long bits; in ia64_get_lid() member
/linux-4.4.14/sound/drivers/vx/
Dvx_uer.c229 void vx_set_iec958_status(struct vx_core *chip, unsigned int bits) in vx_set_iec958_status()
/linux-4.4.14/arch/sparc/crypto/
Dmd5_glue.c88 __le64 bits; in md5_sparc64_final() local
Dsha1_glue.c83 __be64 bits; in sha1_sparc64_final() local
Dsha512_glue.c104 __be64 bits[2]; in sha512_sparc64_final() local
/linux-4.4.14/drivers/phy/
Dphy-sun9i-usb.c55 u32 bits, reg_value; in sun9i_usb_phy_passby() local
/linux-4.4.14/drivers/mfd/
Dpm8921-core.c112 unsigned int bits; in pm8xxx_irq_block_handler() local
245 unsigned int bits; in pm8xxx_irq_get_irqchip_state() local
/linux-4.4.14/arch/x86/kernel/cpu/
Damd.c353 unsigned bits; in amd_detect_cmp() local
451 unsigned bits, ecx; in early_init_amd_mc() local
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c480 unsigned int bits, const void *key, struct cfs_hash_bd *bd) in cfs_hash_bd_from_key()
983 int bits; in cfs_hash_dep_print() local
1227 int bits; in cfs_hash_add() local
1252 int bits = 0; in cfs_hash_find_or_add() local
1313 int bits = 0; in cfs_hash_del() local
1413 int bits; in cfs_hash_for_each_exit() local
/linux-4.4.14/arch/arm64/kernel/
Dsetup.c122 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft-io.c49 int bits, i, j; in fbtft_write_spi_emulate_9() local
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c184 __be64 bits[2]; in octeon_sha512_final() local
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_93cx6.c83 uint8_t bits[11]; member
/linux-4.4.14/drivers/usb/serial/
Dconsole.c62 int bits = 8; in usb_console_setup() local
/linux-4.4.14/drivers/staging/comedi/kcomedilib/
Dkcomedilib_main.c175 unsigned int mask, unsigned int *bits, in comedi_dio_bitfield2()
/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c363 __be64 bits; in padlock_sha1_final_nano() local
453 __be64 bits; in padlock_sha256_final_nano() local
/linux-4.4.14/include/net/irda/
Dqos.h63 __u16 bits; /* LSB is first byte, MSB is second byte */ member
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.h74 #define MASK(bits) ((1 << (bits)) - 1) argument

1234