/linux/drivers/staging/gpib/cb7210/ |
H A D | cb7210.c | 436 int bits; in cb_pci_interrupt() local 935 int bits; in cb_pci_attach() local 1040 unsigned int bits; in cb_isa_attach() local
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_93cx6.c | 77 uint8_t bits[11]; member
|
/linux/drivers/usb/serial/ |
H A D | console.c | 59 int bits = 8; in usb_console_setup() local
|
/linux/sound/soc/sof/intel/ |
H A D | hda-probes.c | 78 u32 bits, rate; in hda_probes_compr_set_params() local
|
/linux/drivers/irqchip/ |
H A D | irq-ingenic-tcu.c | 31 unsigned long bits; in ingenic_tcu_intc_cascade() local
|
/linux/arch/powerpc/sysdev/ |
H A D | cpm2_pic.c | 201 unsigned long bits; in cpm2_get_irq() local
|
/linux/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 557 unsigned long bits = 0; in bm_count_bits() local 633 unsigned long bits, words, owords, obits; in drbd_bm_resize() local 813 unsigned long word, bits; in drbd_bm_merge_lel() local 1475 int bits; in bm_set_full_words_within_one_page() local
|
/linux/kernel/ |
H A D | kexec_handover.c | 161 struct kho_mem_phys_bits *bits; in __kho_unpreserve() local 186 struct kho_mem_phys_bits *bits; in __kho_preserve_order() local 379 struct kho_mem_phys_bits *bits; in kho_mem_serialize() local 1077 struct kho_mem_phys_bits *bits; in kho_abort() local
|
/linux/drivers/comedi/drivers/ |
H A D | ni_mio_common.c | 581 unsigned int bits; in ni_request_ai_mite_channel() local 607 unsigned int bits; in ni_request_ao_mite_channel() local 636 unsigned int bits; in ni_request_gpct_mite_channel() local 664 unsigned int bits; in ni_request_cdo_mite_channel() local 878 unsigned int bits, unsigned int value) in ni_set_bits() 2924 unsigned int bits; in ni_ao_cmd_personalize() local 3183 unsigned int bits = 0; in ni_ao_cmd_set_channels() local 4025 static void ni_gpct_write_register(struct ni_gpct *counter, unsigned int bits, in ni_gpct_write_register() 4380 unsigned int loadbit = 0, bits = 0, bit, bitstring = 0; in ni_write_caldac() local 4663 unsigned int bits; in ni_config_pfi_filter() local
|
H A D | dt9812.c | 378 static int dt9812_digital_in(struct comedi_device *dev, u8 *bits) in dt9812_digital_in() 400 static int dt9812_digital_out(struct comedi_device *dev, u8 bits) in dt9812_digital_out() 603 u8 bits = 0; in dt9812_di_insn_bits() local
|
/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 61 int bits = 256, fd; in seed_rng() local
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | event.h | 55 u32 bits; member
|
/linux/arch/arm/mach-omap2/ |
H A D | prminst44xx.c | 76 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits()
|
H A D | prm44xx.c | 108 static u32 omap4_prm_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg) in omap4_prm_rmw_inst_reg_bits() 190 u32 omap4_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset) in omap4_prm_vcvp_rmw()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.h | 65 #define MASK(bits) ((1 << (bits)) - 1) argument
|
/linux/drivers/spi/ |
H A D | spi-lp8841-rtc.c | 68 u32 word, u8 bits) in bitbang_txrx_be_cpha0_lsb()
|
/linux/sound/soc/amd/acp/ |
H A D | acp63.c | 51 } bitfields, bits; member
|
/linux/arch/s390/mm/ |
H A D | gmap.c | 872 pmd_t *pmdp, int prot, unsigned long bits) in gmap_protect_pmd() 917 pmd_t *pmdp, int prot, unsigned long bits) in gmap_protect_pte() 956 int gmap_protect_one(struct gmap *gmap, unsigned long gaddr, int prot, unsigned long bits) in gmap_protect_one() 1877 unsigned long start, end, bits, raddr; in gmap_shadow_notify() local 1936 pte_t *pte, unsigned long bits) in ptep_notify()
|
/linux/arch/hexagon/kernel/ |
H A D | smp.c | 33 unsigned long bits; member
|
/linux/drivers/comedi/kcomedilib/ |
H A D | kcomedilib_main.c | 166 unsigned int mask, unsigned int *bits, in comedi_dio_bitfield2()
|
/linux/drivers/gpio/ |
H A D | gpio-74x164.c | 71 unsigned long *bits) in gen_74x164_set_multiple()
|
/linux/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 173 int bits = td->options & NAND_BBT_NRBITS_MSK; in read_bbt() local 752 int bits, page, offs, numblocks, sft, sftmsk; in write_bbt() local 1195 u32 bits; in verify_bbt_descr() local
|
/linux/drivers/iio/dac/ |
H A D | ad5064.c | 396 #define AD5064_CHANNEL(chan, addr, bits, _shift, _ext_info) { \ argument 413 #define DECLARE_AD5064_CHANNELS(name, bits, shift, ext_info) \ argument 425 #define DECLARE_AD5065_CHANNELS(name, bits, shift, ext_info) \ argument
|
/linux/drivers/iio/imu/bmi160/ |
H A D | bmi160_core.c | 191 u8 bits; member 196 u8 bits; member 533 unsigned int mask, unsigned int bits, in bmi160_write_conf_reg()
|
/linux/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 97 static u64 intel_pt_masked_bits(u64 mask, u64 bits) in intel_pt_masked_bits() 168 static int intel_pt_pick_bit(int bits, int target) in intel_pt_pick_bit() 498 u64 bits; in intel_pt_val_config_term() local
|