Searched refs:range (Results 276 - 300 of 876) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/comedi/drivers/
H A Drtd520.c165 #define LAS0_DAC_CTRL(x) (0x0150 + ((x) * 0x14)) /* D/Ax type/range */
253 /* +-5V input range gain steps */
260 /* +-10V input range gain steps */
267 /* +10V input range gain steps */
280 /* +-5V input range gain steps */
289 /* +-10V input range gain steps */
298 /* +10V input range gain steps */
310 /* Table order matches range values */
327 int range_bip10; /* start of +-10V range */
328 int range_uni10; /* start of +10V range */
418 unsigned int range = CR_RANGE(chanspec); local
536 unsigned int range = CR_RANGE(insn->chanspec); local
583 unsigned int range = CR_RANGE(cmd->chanlist[async->cur_chan]); local
1014 unsigned int range = CR_RANGE(insn->chanspec); local
[all...]
H A Dadq12b.c112 unsigned int range = CR_RANGE(insn->chanspec); local
117 /* change channel and range only if it is different from the previous */
118 val = ADQ12B_CTREG_RANGE(range) | ADQ12B_CTREG_CHAN(chan);
H A Dadv_pci1720.c32 * unipolar 5V range must be used. The voltage output and sink output for
38 * a "hot" reset. The default state for all channels is uniploar 5V range
75 unsigned int range = CR_RANGE(insn->chanspec); local
79 /* set the channel range and polarity */
82 val |= PCI1720_AO_RANGE(chan, range);
/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c51 * range
52 * @mc_region_type: Type of MC region for the range being translated
53 * @start_mc_offset: Start MC offset of the range being translated
54 * @end_mc_offset: MC offset of the first byte after the range (last MC
55 * offset of the range is end_mc_offset - 1)
645 struct fsl_mc_addr_translation_range *range = local
648 if (mc_region_type == range->mc_region_type &&
649 mc_offset >= range->start_mc_offset &&
650 mc_offset < range->end_mc_offset) {
651 *phys_addr = range
1005 struct of_range range; local
[all...]
/linux-master/arch/loongarch/kvm/
H A Dmmu.c38 * Mark a range of guest physical address space old (all accesses fault) in the
52 * Mark a range of guest physical address space clean (writes fault) in the VM's
283 * kvm_flush_range() - Flush a range of guest physical addresses.
285 * @start_gfn: Guest frame number of first page in GPA range to flush.
286 * @end_gfn: Guest frame number of last page in GPA range to flush.
289 * Flushes a range of GPA mappings from the GPA page tables.
326 * kvm_mkclean_gpa_pt() - Make a range of guest physical addresses clean.
328 * @start_gfn: Guest frame number of first page in GPA range to flush.
329 * @end_gfn: Guest frame number of last page in GPA range to flush.
331 * Make a range o
484 kvm_unmap_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range) argument
497 kvm_set_spte_gfn(struct kvm *kvm, struct kvm_gfn_range *range) argument
529 kvm_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range) argument
541 kvm_test_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c173 * Register the memory range of the mapping we've just mapped to be
177 uffdio_register.range.start = (unsigned long) uf_mem;
178 uffdio_register.range.len = UF_MEM_SIZE;
/linux-master/tools/verification/dot2/
H A Dautomata.py159 matrix = [[ self.invalid_state_str for x in range(nr_event)] for y in range(nr_state)]
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h231 static __always_inline int stcctm(enum stcctm_ctr_set set, u64 range, u64 *dest) argument
240 : "Q" (*dest), "d" (range), "i" (set)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c80 uffd_register.range.start = (unsigned long)fault_addr;
81 uffd_register.range.len = 4096;
/linux-master/fs/fat/
H A Dfile.c130 struct fstrim_range range; local
140 if (copy_from_user(&range, user_range, sizeof(range)))
143 range.minlen = max_t(unsigned int, range.minlen,
146 err = fat_trim_fs(inode, &range);
150 if (copy_to_user(user_range, &range, sizeof(range)))
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h202 const struct pnfs_layout_range *range,
221 const struct pnfs_layout_range *range,
/linux-master/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py120 for index in range(len(base[alg][op])):
156 for index in range(len(merged[alg][op])):
/linux-master/mm/
H A Dmigrate_device.c289 * migrate_vma_collect() - collect pages over a range of virtual addresses
298 struct mmu_notifier_range range; local
305 mmu_notifier_range_init_owner(&range, MMU_NOTIFY_MIGRATE, 0,
308 mmu_notifier_invalidate_range_start(&range);
313 mmu_notifier_invalidate_range_end(&range);
454 * migrate_vma_setup() - prepare to migrate a range of memory
460 * Prepare to migrate a range of memory virtual address range by collecting all
461 * the pages backing each virtual address in the range, saving them inside the
509 * in read mode (hence no one can unmap the range bein
689 struct mmu_notifier_range range; local
[all...]
/linux-master/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c143 uffdio_register.range.start = (uint64_t)hva;
144 uffdio_register.range.len = len;
161 PER_VCPU_DEBUG("Created uffd thread for HVA range [%p, %p)\n",
/linux-master/fs/exfat/
H A Dfile.c74 /* Expanded range not zeroed, do not update valid_size */
460 struct fstrim_range range; local
469 if (copy_from_user(&range, (struct fstrim_range __user *)arg, sizeof(range)))
472 range.minlen = max_t(unsigned int, range.minlen,
475 ret = exfat_trim_fs(inode, &range);
479 if (copy_to_user((struct fstrim_range __user *)arg, &range, sizeof(range)))
/linux-master/drivers/macintosh/
H A Dvia-pmu-backlight.c26 int i, flat, count, range = (max - min); local
35 bl_curve[flat + i] = min + (range * (i + 1) / count);
/linux-master/arch/sparc/kernel/
H A Dof_device_64.c88 static int of_bus_simba_map(u32 *addr, const u32 *range, argument
103 static int of_bus_pci_map(u32 *addr, const u32 *range, argument
110 if (!((addr[0] ^ range[0]) & 0x03000000))
114 * a 32-bit range.
117 (range[0] & 0x03000000) == 0x02000000)
123 if (of_out_of_range(addr + 1, range + 1, range + na + pna,
127 /* Start with the parent range base. */
128 memcpy(result, range + na, pna * 4);
134 range[n
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dp1021si-post.dtsi49 bus-range = <0 255>;
77 bus-range = <0 255>;
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson8-pmx.c10 * enabled by a specific bit in the first register range. When all groups for
86 struct pinctrl_gpio_range *range,
85 meson8_pmx_request_gpio(struct pinctrl_dev *pcdev, struct pinctrl_gpio_range *range, unsigned offset) argument
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py252 for c in range(cspan):
259 for r in range(rspan):
260 for c in range(cspan + 1):
291 for i in range(x):
/linux-master/arch/powerpc/boot/
H A Ddevtree.c184 * range, then the whole reg block fits.
186 static int compare_reg(u32 *reg, u32 *range, u32 *rangesize) argument
192 if (be32_to_cpu(reg[i]) < be32_to_cpu(range[i]))
194 if (be32_to_cpu(reg[i]) > be32_to_cpu(range[i]))
199 end = be32_to_cpu(range[i]) + be32_to_cpu(rangesize[i]);
/linux-master/drivers/iio/adc/
H A Dad7606.h66 * @range voltage range selection, selects which scale to apply
80 * @gpio_range GPIO descriptor for range selection
95 unsigned int range[16]; member in struct:ad7606_state
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-imx.h95 struct pinctrl_gpio_range *range,
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py46 chunks = [frag[i : i + 10] for i in range(0, len(frag), 10)]
/linux-master/include/linux/
H A Dlogic_pio.h23 resource_size_t size; /* range size populated */
117 void logic_pio_unregister_range(struct logic_pio_hwaddr *range);

Completed in 265 milliseconds

<<11121314151617181920>>