Home
last modified time | relevance | path

Searched refs:range (Results 251 – 275 of 2978) sorted by relevance

1...<<11121314151617181920>>...120

/openbmc/linux/Documentation/mm/
H A Dhmm.rst156 update action to the range (mark range read only, or fully unmap, etc.). The
170 struct hmm_range range;
173 range.notifier = &interval_sub;
174 range.start = ...;
175 range.end = ...;
176 range.hmm_pfns = ...;
184 ret = hmm_range_fault(&range);
222 range->pfn_flags_mask = 0;
282 pagemap.range.start = res->start;
283 pagemap.range.end = res->end;
[all …]
/openbmc/linux/drivers/char/mwave/
H A DREADME23 If the dsp io range has not been setup and stored in bios by the
25 io range used by the dsp to be configured.
33 If the uart io range has not been setup and stored in bios by the
35 io range used by the mwave uart to be configured.
/openbmc/linux/include/linux/
H A Dmemregion.h11 struct range range; member
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c31 struct p54_tx_info *range; in p54_dump_tx_queue() local
45 range = (void *) info->rate_driver_data; in p54_dump_tx_queue()
48 free = range->start_addr - prev_addr; in p54_dump_tx_queue()
56 range->start_addr, range->end_addr, free); in p54_dump_tx_queue()
58 prev_addr = range->end_addr; in p54_dump_tx_queue()
83 struct p54_tx_info *range; in p54_assign_address() local
92 len = (range->extra_len + len) & ~0x3; in p54_assign_address()
117 last_addr = range->end_addr; in p54_assign_address()
125 target_addr = range->end_addr; in p54_assign_address()
135 range->start_addr = target_addr; in p54_assign_address()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dmax197.c95 int range; in max197_show_range() local
100 range = max197_is_full_range(data, channel) ? in max197_show_range()
104 range = -range; in max197_show_range()
106 range = 0; in max197_show_range()
111 return sprintf(buf, "%d\n", range); in max197_show_range()
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Drenesas,pci-rcar-gen2.yaml55 bus-range:
57 The PCI bus number range; as this is a single bus, the range
62 A single range for the inbound memory region. If not supplied,
107 - bus-range
164 bus-range = <0 0>;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-dv.rst80 Select the quantization range for RGB output. V4L2_DV_RANGE_AUTO
81 follows the RGB quantization range specified in the standard for the
86 Full range allows all possible values to be used whereas limited
87 range sets the range to (16 << (N-8)) - (235 << (N-8)) where N is
139 Select the quantization range for RGB input. V4L2_DV_RANGE_AUTO
140 follows the RGB quantization range specified in the standard for the
145 Full range allows all possible values to be used whereas limited
146 range sets the range to (16 << (N-8)) - (235 << (N-8)) where N is
H A Dext-ctrls-codec.rst1274 quality to a range. Valid range: from 0 to 51. If
1280 quality to a range. Valid range: from 0 to 51. If
1286 quality to a range. Valid range: from 0 to 51. If
1292 quality to a range. Valid range: from 0 to 51. If
1298 quality to a range. Valid range: from 0 to 51. If
1304 quality to a range. Valid range: from 0 to 51. If
2294 quality to a range. Valid range: from 0 to 51 for 8 bit and from 0 to 63 for 10 bit.
2300 quality to a range. Valid range: from 0 to 51 for 8 bit and from 0 to 63 for 10 bit.
2306 quality to a range. Valid range: from 0 to 51 for 8 bit and from 0 to 63 for 10 bit.
2312 quality to a range. Valid range: from 0 to 51 for 8 bit and from 0 to 63 for 10 bit.
[all …]
/openbmc/qemu/util/
H A Dreserved-region.c27 Range *r = &reg->range; in resv_region_list_insert()
33 range_iter = &resv_iter->range; in resv_region_list_insert()
73 range_set_bounds(&new_reg->range, in resv_region_list_insert()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst12 the range specified.
43 …@stats_create <range> <step> [<number_of_optional_arguments> <optional_arguments>...] [<program_id…
46 <range>
50 a range of <length> 512-byte sectors
55 the range is subdivided into areas each containing
58 the range is subdivided into the specified
78 nanoseconds. For each range, the kernel will report the
79 number of requests that completed within this range. For
89 the userspace owner of the range. This groups ranges together
100 that is useful to the client program that created the range.
[all …]
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py300 guest_clusters = random.sample(range(self.image_size //
309 meta_data |= set(range(l1_start, l1_start + l1_size))
368 table_clusters = set(range(table_start, table_start + table_size))
371 table_clusters_allocated = set(range(table_start, table_start +
423 block_clusters = set([random.choice(list(set(range(1, 4)) -
426 table_clusters = set([random.choice(list(set(range(1, 4)) -
542 free = set(range(1, append_id)) - used
546 return free | set(range(append_id, append_id + number - len(free)))
564 for i in range(1, len(lst)):
578 free = list(set(range(1, append_id)) - used)
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74115.yaml89 adi,conv2-range-microvolt:
90 description: Conversion range for ADC conversion 2.
137 adi,digital-input-sink-range-high:
140 When not present, the digital input range is from 0 to 3700uA in steps
142 When present, the digital input range is from 0 to 7400uA in steps
174 When not present, the digital input threshold range is -0.96 * AVDD
176 When present, the threshold range is fixed from -19V to 30V.
181 When not present, the DAC operates in the 0V to 12V range.
182 When present, the DAC operates in the -12V to 12V range.
327 - adi,digital-input-sink-range-high
[all …]
/openbmc/linux/drivers/clk/bcm/
H A Dclk-kona-setup.c23 limit = ccu->range - sizeof(u32); in ccu_data_offsets_valid()
79 u32 range; in peri_clk_data_offsets_valid() local
85 range = bcm_clk->ccu->range; in peri_clk_data_offsets_valid()
87 limit = range - sizeof(u32); in peri_clk_data_offsets_valid()
797 resource_size_t range; in kona_dt_ccu_setup() local
808 range = resource_size(&res); in kona_dt_ccu_setup()
809 if (range > (resource_size_t)U32_MAX) { in kona_dt_ccu_setup()
815 ccu->range = (u32)range; in kona_dt_ccu_setup()
822 ccu->base = ioremap(res.start, ccu->range); in kona_dt_ccu_setup()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-mv78460.dtsi79 bus-range = <0x00 0xff>;
127 bus-range = <0x00 0xff>;
155 bus-range = <0x00 0xff>;
183 bus-range = <0x00 0xff>;
211 bus-range = <0x00 0xff>;
239 bus-range = <0x00 0xff>;
267 bus-range = <0x00 0xff>;
295 bus-range = <0x00 0xff>;
323 bus-range = <0x00 0xff>;
351 bus-range = <0x00 0xff>;
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D136224 for i in range(rd_ops):
227 for i in range(wr_ops):
230 for i in range(flush_ops):
235 for i in range(invalid_rd_ops):
238 for i in range(invalid_wr_ops):
241 for i in range(failed_rd_ops):
244 for i in range(failed_wr_ops):
/openbmc/linux/drivers/regulator/
H A Dmax77857-regulator.c320 struct linear_range *range; in max77857_calc_range() local
334 range = max77857_lin_ranges; in max77857_calc_range()
339 range = max77859_lin_ranges; in max77857_calc_range()
344 range->step = DIV_ROUND_CLOSEST(vref_step * (rbot + rtop), rbot); in max77857_calc_range()
345 range->min = range->step * range->min_sel; in max77857_calc_range()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dpalmas-pmic.txt50 ti,smps-range - OTP has the wrong range set for the hardware so override
51 0 - low range, 1 - high range.
80 ti,smps-range = <1>;
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2688.yaml33 range of all channels. If not provided the internal reference is used and
65 adi,output-range-microvolt:
66 description: Specify the channel output full scale range.
82 description: Enable 5% overrange over the selected full scale range.
139 adi,output-range-microvolt = <0 10000000>;
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c37 .range = RANGE_CORE,
44 .range = RANGE_CORE,
52 .range = RANGE_PACKAGE,
59 .range = RANGE_PACKAGE,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hmm.c67 const struct mmu_notifier_range *range, in amdgpu_hmm_invalidate_gfx() argument
74 if (!mmu_notifier_range_blockable(range)) in amdgpu_hmm_invalidate_gfx()
104 const struct mmu_notifier_range *range, in amdgpu_hmm_invalidate_hsa() argument
109 if (!mmu_notifier_range_blockable(range)) in amdgpu_hmm_invalidate_hsa()
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dgpio.txt146 gpio-range-list ::= <single-gpio-range> [gpio-range-list]
147 single-gpio-range ::= <numeric-gpio-range> | <named-gpio-range>
148 numeric-gpio-range ::=
150 named-gpio-range ::= <pinctrl-phandle> <gpio-base> '<0 0>'
154 count : The number of GPIOs/pins in this range
161 for every single-gpio-range in gpio-ranges:
163 gpiorange-name : Name of the pingroup associated to the GPIO range in
169 controller. The number of pins/GPIOs in the range is the number of pins in
174 #gpio-range-cells with value <3>. This requirement is now deprecated.
/openbmc/linux/arch/arm/boot/dts/hisilicon/
H A Dhi3620.dtsi550 #gpio-range-cells = <3>;
555 pinctrl-single,gpio-range = <&range 0 3 0 &range 3 9 1
556 &range 12 1 0 &range 13 29 1
557 &range 43 1 0 &range 44 49 1
558 &range 94 1 1 &range 96 2 1>;
560 range: gpio-range { label
561 #pinctrl-single,gpio-range-cells = <3>;
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c276 struct nvme_dsm_range range; in nvmet_file_execute_discard() local
283 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range, in nvmet_file_execute_discard()
284 sizeof(range)); in nvmet_file_execute_discard()
288 offset = le64_to_cpu(range.slba) << req->ns->blksize_shift; in nvmet_file_execute_discard()
289 len = le32_to_cpu(range.nlb); in nvmet_file_execute_discard()
292 req->error_slba = le64_to_cpu(range.slba); in nvmet_file_execute_discard()
299 req->error_slba = le64_to_cpu(range.slba); in nvmet_file_execute_discard()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp361 auto range = sensor.getRange(_deviation, _upperDeviation); in outOfRange() local
363 return ((actual < range.first) || in outOfRange()
364 (range.second && actual > range.second.value())); in outOfRange()
374 auto range = sensor.getRange(_deviation, _upperDeviation); in updateState() local
376 if (range.second) in updateState()
378 rangeMax = std::to_string(range.second.value()); in updateState()
390 sensor.getInput(), range.first, rangeMax, sensor.hasOwner())); in updateState()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmax98373.txt16 slot range : 0 ~ 15, Default : 0
19 slot range : 0 ~ 15, Default : 0
22 slot range : 0 ~ 15, Default : 0

1...<<11121314151617181920>>...120