Home
last modified time | relevance | path

Searched refs:step (Results 1 – 200 of 480) sorted by relevance

123

/linux-4.4.14/arch/metag/mm/
Dcache.c202 int loops, step; in metag_phys_data_cache_flush() local
216 step = 64; in metag_phys_data_cache_flush()
238 loops /= step; in metag_phys_data_cache_flush()
246 flush3 = flush1 + step; in metag_phys_data_cache_flush()
247 flush1 = flush0 + step; in metag_phys_data_cache_flush()
248 step <<= 1; in metag_phys_data_cache_flush()
265 flush0 += step; in metag_phys_data_cache_flush()
266 flush1 += step; in metag_phys_data_cache_flush()
267 flush2 += step; in metag_phys_data_cache_flush()
268 flush3 += step; in metag_phys_data_cache_flush()
[all …]
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1() argument
101 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1()
106 memcpy(&cmd[9 + i * step], line, step << 2); in mb86290fb_imageblit1()
110 for (k = 0; k < step; k++) in mb86290fb_imageblit1()
111 cmd[9 + i * step + k] = in mb86290fb_imageblit1()
112 cpu_to_be32(cmd[9 + i * step + k]); in mb86290fb_imageblit1()
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8() argument
134 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8()
144 for (j = 0; j < step; j++) { in mb86290fb_imageblit8()
145 cmd[3 + i * step + j] = in mb86290fb_imageblit8()
[all …]
/linux-4.4.14/arch/sh/mm/
Dtlb-sh5.c24 cpu_data->dtlb.step = 0x10; in sh64_tlb_init()
26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; in sh64_tlb_init()
31 cpu_data->dtlb.step); in sh64_tlb_init()
35 cpu_data->itlb.step = 0x10; in sh64_tlb_init()
37 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step; in sh64_tlb_init()
41 cpu_data->itlb.step); in sh64_tlb_init()
61 cpu_data->dtlb.first += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
62 cpu_data->dtlb.next += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry()
99 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step)) in sh64_put_wired_dtlb_entry()
103 cpu_data->dtlb.first -= cpu_data->dtlb.step; in sh64_put_wired_dtlb_entry()
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dpxa3xx-nand.txt21 - nand-ecc-strength: number of bits to correct per ECC step
22 - nand-ecc-step-size: number of data bytes covered by a single ECC step
24 The following ECC strength and step size are currently supported:
26 - nand-ecc-strength = <1>, nand-ecc-step-size = <512>
27 - nand-ecc-strength = <4>, nand-ecc-step-size = <512>
28 - nand-ecc-strength = <8>, nand-ecc-step-size = <512>
Dhisi504-nand.txt17 - nand-ecc-strength: Number of bits to correct per ECC step.
18 - nand-ecc-step-size: Number of data bytes covered by a single ECC step.
20 The following ECC strength and step size are currently supported:
22 - nand-ecc-strength = <16>, nand-ecc-step-size = <1024>
36 nand-ecc-step-size = <1024>;
Dnand.txt10 per ECC step.
12 - nand-ecc-step-size: integer representing the number of data bytes
13 that are covered by a single ECC step.
15 The ECC strength and ECC step size properties define the correction capability
Dvf610-nfc.txt33 - nand-ecc-step-size: step size equals page size, currently only 2k pages are
56 nand-ecc-step-size = <2048>;
Dbrcm,brcmnand.txt96 - nand-ecc-step-size : must be 512 or 1024. See nand.txt
103 addition to the strength and step-size,
135 nand-ecc-step-size = <512>;
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsubcore.c145 u8 step; member
151 static void wait_for_sync_step(int step) in wait_for_sync_step() argument
156 while(per_cpu(split_state, i).step < step) in wait_for_sync_step()
187 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core()
221 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core()
253 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split()
311 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode()
347 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c127 .step = 1,
143 .step = 1,
151 .step = 1,
159 .step = 1,
168 .step = 1,
177 .step = 1,
185 .step = 1,
193 .step = 1,
202 .step = 1,
219 .step = 1,
[all …]
Ds5p_mfc_dec.c179 .step = 1,
188 .step = 1,
197 .step = 1,
206 .step = 1,
215 .step = 1,
1147 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup()
1156 controls[i].maximum, controls[i].step, in s5p_mfc_dec_ctrls_setup()
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dtps51632-regulator.txt9 - ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this
10 will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage
11 step is 10mV as per datasheet.
26 ti,dvfs-step-20mV;
Danatop-regulator.txt13 - anatop-delay-reg-offset: Anatop MFD step time register offset
14 - anatop-delay-bit-shift: Bit shift for the step time register
15 - anatop-delay-bit-width: Number of bits used in the step time register
Dlp872x.txt14 bit[0]: time step unit(usec). 1 = 25, 0 = 50
17 bit[7:6]: time step unit(usec). 00 = 32, 01 = 64, 10 = 128, 11 = 256
/linux-4.4.14/drivers/regulator/
Dda903x.c313 #define DA903x_LDO(_pmic, _id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
320 .n_voltages = (step) ? ((max - min) / step + 1) : 1, \
323 .uV_step = (step) * 1000, \
333 #define DA903x_DVC(_pmic, _id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument
340 .n_voltages = (step) ? ((max - min) / step + 1) : 1, \
343 .uV_step = (step) * 1000, \
355 #define DA9034_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
356 DA903x_LDO(DA9034, _id, min, max, step, vreg, shift, nbits, ereg, ebit)
358 #define DA9030_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
359 DA903x_LDO(DA9030, _id, min, max, step, vreg, shift, nbits, ereg, ebit)
[all …]
Dpfuze100-regulator.c177 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
181 .n_voltages = ((max) - (min)) / (step) + 1, \
187 .uV_step = (step), \
212 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
216 .n_voltages = ((max) - (min)) / (step) + 1, \
222 .uV_step = (step), \
232 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
235 .n_voltages = ((max) - (min)) / (step) + 1, \
241 .uV_step = (step), \
252 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \ argument
[all …]
Dmax8998.c53 int step; member
58 .min = 800000, .step = 50000, .max = 1300000,
61 .min = 1600000, .step = 100000, .max = 3600000,
64 .min = 3000000, .step = 100000, .max = 3600000,
67 .min = 2800000, .step = 100000, .max = 3100000,
70 .min = 950000, .step = 50000, .max = 1300000,
73 .min = 800000, .step = 100000, .max = 3300000,
76 .min = 1200000, .step = 100000, .max = 3300000,
79 .min = 1600000, .step = 100000, .max = 3600000,
82 .min = 750000, .step = 25000, .max = 1525000,
[all …]
Drn5t618-regulator.c31 #define REG(rid, ereg, emask, vreg, vmask, min, max, step) \ argument
40 .n_voltages = ((max) - (min)) / (step) + 1, \
42 .uV_step = (step), \
Ds2mps11.c261 #define regulator_desc_s2mps11_ldo(num, step) { \ argument
268 .uV_step = step, \
308 #define regulator_desc_s2mps11_buck67810(num, min, step) { \ argument
315 .uV_step = step, \
393 #define regulator_desc_s2mps13_ldo(num, min, step, min_sel) { \ argument
400 .uV_step = step, \
409 #define regulator_desc_s2mps13_buck(num, min, step, min_sel) { \ argument
416 .uV_step = step, \
426 #define regulator_desc_s2mps13_buck7(num, min, step, min_sel) { \ argument
433 .uV_step = step, \
[all …]
Dmax8907-regulator.c49 #define REG_LDO(ids, supply, base, min, max, step) \ argument
54 .n_voltages = ((max) - (min)) / (step) + 1, \
59 .uV_step = (step), \
92 #define REG_BBAT(ids, supply, base, min, max, step) \ argument
97 .n_voltages = ((max) - (min)) / (step) + 1, \
102 .uV_step = (step), \
Dmax8997.c77 int step; member
82 .min = 800000, .max = 3950000, .step = 50000,
86 .min = 650000, .max = 2225000, .step = 25000,
90 .min = 750000, .max = 3900000, .step = 50000,
95 .min = 200000, .max = 950000, .step = 50000,
99 .min = 50000, .max = 200000, .step = 10000,
176 val = desc->min + desc->step * selector; in max8997_list_voltage()
403 i = DIV_ROUND_UP(min_vol - desc->min, desc->step); in max8997_get_voltage_proper_val()
405 if (desc->min + desc->step * i > max_vol) in max8997_get_voltage_proper_val()
541 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), in max8997_set_voltage_buck_time_sel()
[all …]
Dda9052-regulator.c293 #define DA9052_LDO(_id, step, min, max, sbits, ebits, abits) \ argument
300 .n_voltages = (max - min) / step + 1, \
309 .step_uV = (step) * 1000,\
313 #define DA9052_DCDC(_id, step, min, max, sbits, ebits, abits) \ argument
320 .n_voltages = (max - min) / step + 1, \
329 .step_uV = (step) * 1000,\
Ds5m8767.c52 int step; member
58 .step = 6250,
64 .step = 6250,
70 .step = 12500,
76 .step = 50000,
82 .step = 25000,
269 selector = DIV_ROUND_UP(min_vol - desc->min, desc->step); in s5m8767_convert_voltage_to_sel()
271 if (desc->min + desc->step * selector > desc->max) in s5m8767_convert_voltage_to_sel()
355 return DIV_ROUND_UP(desc->step * (new_sel - old_sel), in s5m8767_set_voltage_time_sel()
931 (desc->max - desc->min) / desc->step + 1; in s5m8767_pmic_probe()
[all …]
Dmax8925-regulator.c158 #define MAX8925_SDV(_id, min, max, step) \ argument
168 .uV_step = step * 1000, \
174 #define MAX8925_LDO(_id, min, max, step) \ argument
184 .uV_step = step * 1000, \
Dda9055-regulator.c367 #define DA9055_LDO(_id, step, min, max, vbits, voffset) \ argument
374 .n_voltages = (max - min) / step + 1 + (voffset), \
378 .uV_step = (step) * 1000,\
395 #define DA9055_BUCK(_id, step, min, max, vbits, voffset, mbits, sbits) \ argument
402 .n_voltages = (max - min) / step + 1 + (voffset), \
406 .uV_step = (step) * 1000,\
Ds2mpa01.c238 #define regulator_desc_ldo(num, step) { \ argument
245 .uV_step = step, \
285 #define regulator_desc_buck6_10(num, min, step) { \ argument
292 .uV_step = step, \
Daxp20x-regulator.c236 u32 min, max, def, step; in axp20x_set_dcdc_freq() local
244 step = 75; in axp20x_set_dcdc_freq()
250 step = 150; in axp20x_set_dcdc_freq()
273 dcdcfreq = (dcdcfreq - min) / step; in axp20x_set_dcdc_freq()
DKconfig207 The DA9210 is a multi-phase synchronous step down
219 step down converter 12A or 16A DC-DC Buck controlled through an I2C
239 TinyBuck Regulator. The FAN53555 is a step-down switching voltage
304 chip contains six step-down DC/DC converters which can support
379 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
664 high-frequency synchronous step down dc-dc converter optimized
673 three step-down converters and two general-purpose LDO voltage regulators.
681 three step-down converters and two general-purpose LDO voltage regulators.
696 provides three step-down converters and four general-purpose LDO
705 provides six step-down converters and one general-purpose LDO
[all …]
Dmt6397-regulator.c43 #define MT6397_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \ argument
53 .n_voltages = (max - min)/step + 1, \
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt10 programmable steps each step is used to
33 ti,charge-delay: Length of touch screen charge delay step in terms of
41 charge step, so this does in fact function as a
46 ti,chan-step-opendelay: List of open delays for each channel of
50 step configuration registers and before
53 ti,chan-step-sampledelay: List of sample delays for each channel
59 ti,chan-step-avg: Number of averages to be performed for each
79 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>;
80 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>;
81 ti,chan-step-avg = <16 2 4 8>;
Dbrcm,iproc-touchscreen.txt12 - scanning_period: Time between scans. Each step is 1024 us. Valid 1-256.
13 - debounce_timeout: Each step is 512 us. Valid 0-255
/linux-4.4.14/drivers/clk/imx/
Dclk-cpu.c22 struct clk *step; member
53 ret = clk_set_parent(cpu->mux, cpu->step); in clk_cpu_set_rate()
80 struct clk *step) in imx_clk_cpu() argument
93 cpu->step = step; in imx_clk_cpu()
/linux-4.4.14/Documentation/video4linux/
Dsi4713.txt68 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider
69 rds_program_id (int) : min=0 max=65535 step=1 default=0 value=0
70 rds_program_type (int) : min=0 max=31 step=1 default=0 value=0
71 rds_ps_name (str) : min=0 max=96 step=8 value='si4713 '
72 rds_radio_text (str) : min=0 max=384 step=32 value=''
74 …audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider
75 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider
77 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider
78 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider
79 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider
[all …]
/linux-4.4.14/include/sound/
Dtlv.h48 #define TLV_DB_SCALE_ITEM(min, step, mute) \ argument
51 ((step) & TLV_DB_SCALE_MASK) | \
53 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \ argument
54 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_dma.c153 u32 line, step; in mantis_risc_program() local
163 for (step = 0; step < MANTIS_DMA_TR_UNITS; step++) { in mantis_risc_program()
164 dprintk(MANTIS_DEBUG, 1, "RISC PROG line=[%d], step=[%d]", line, step); in mantis_risc_program()
165 if (step == 0) { in mantis_risc_program()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c369 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; in matroxfb_cfb4_clear() local
372 unsigned int uaddr = sy * step + sx - 1; in matroxfb_cfb4_clear()
377 uaddr += step; in matroxfb_cfb4_clear()
381 unsigned int uaddr = sy * step + sx + width; in matroxfb_cfb4_clear()
386 uaddr += step; in matroxfb_cfb4_clear()
408 u_int32_t step; in matroxfb_1bpp_imageblit() local
420 step = (width + 7) >> 3; in matroxfb_1bpp_imageblit()
421 charcell = height * step; in matroxfb_1bpp_imageblit()
424 if (width == step << 3) { in matroxfb_1bpp_imageblit()
456 if ((step & 3) == 0) { in matroxfb_1bpp_imageblit()
[all …]
/linux-4.4.14/drivers/md/
Ddm-stats.c48 sector_t step; member
226 (unsigned long long)s->step, in dm_stats_cleanup()
237 sector_t step, unsigned stat_flags, in dm_stats_create() argument
257 if (end < start || !step) in dm_stats_create()
261 if (dm_sector_div64(n_entries, step)) in dm_stats_create()
291 s->step = step; in dm_stats_create()
463 (unsigned long long)s->step, in dm_stats_list()
607 offset = dm_sector_div64(rel_sector, s->step); in __dm_stat_bio()
615 if (fragment_len > s->step - offset) in __dm_stat_bio()
616 fragment_len = s->step - offset; in __dm_stat_bio()
[all …]
Ddm-era-target.c662 int (*step)(struct era_metadata *, struct digest *); member
681 d->step = metadata_digest_lookup_writeset; in metadata_digest_remove_writeset()
714 d->step = metadata_digest_remove_writeset; in metadata_digest_transcribe_writeset()
739 d->step = NULL; in metadata_digest_lookup_writeset()
752 d->step = metadata_digest_transcribe_writeset; in metadata_digest_lookup_writeset()
759 if (d->step) in metadata_digest_start()
769 d->step = metadata_digest_lookup_writeset; in metadata_digest_start()
1213 if (!era->digest.step) in process_old_eras()
1216 r = era->digest.step(era->md, &era->digest); in process_old_eras()
1219 era->digest.step = NULL; in process_old_eras()
[all …]
/linux-4.4.14/arch/microblaze/kernel/
Dptrace.c157 int step; in do_syscall_trace_leave() local
161 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
162 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
163 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-tpg.c519 .step = 1,
528 .step = 1,
545 .step = 1,
554 .step = 1,
563 .step = 1,
572 .step = 1,
582 .step = 1,
592 .step = 1,
602 .step = 1,
612 .step = 1,
[all …]
/linux-4.4.14/sound/soc/codecs/
Dwm2000.c440 wm2000_mode_fn step[2]; member
446 .step = {
453 .step = {
462 .step = {
471 .step = {
479 .step = {
487 .step = {
495 .step = {
503 .step = {
511 .step = {
[all …]
Dda732x.c1275 u8 step = DA732X_DAC_OFFSET_STEP; in da732x_dac_offset_adjust() local
1303 offset[DA732X_HPL_DAC] |= step; in da732x_dac_offset_adjust()
1304 offset[DA732X_HPR_DAC] |= step; in da732x_dac_offset_adjust()
1314 offset[DA732X_HPL_DAC] &= ~step; in da732x_dac_offset_adjust()
1317 offset[DA732X_HPR_DAC] &= ~step; in da732x_dac_offset_adjust()
1319 step >>= 1; in da732x_dac_offset_adjust()
1320 } while (step); in da732x_dac_offset_adjust()
1339 u8 step = DA732X_OUTPUT_OFFSET_STEP; in da732x_output_offset_adjust() local
1370 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()
1371 offset[DA732X_HPR_AMP] |= step; in da732x_output_offset_adjust()
[all …]
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-ctrls.c149 .step = 1,
160 .step = 1,
170 .step = 1,
181 .step = 1,
193 .step = 1,
205 .step = 1,
238 .step = 1,
249 .step = 0,
529 .step = 1,
538 .step = 1,
[all …]
Dvivid-tpg.c1572 for (line = first; line < 16; line += vdiv * step) { \
1575 ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \
1618 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_2() argument
1625 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_4() argument
1632 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_6() argument
1639 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_8() argument
1648 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_gen_text() local
1649 unsigned div = step; in tpg_gen_text()
1678 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1682 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
[all …]
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c922 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) in v4l2_ctrl_fill() argument
982 *max = *step = 1; in v4l2_ctrl_fill()
997 *min = *max = *step = *def = 0; in v4l2_ctrl_fill()
1078 *min = *max = *step = *def = 0; in v4l2_ctrl_fill()
1082 *step = 1; in v4l2_ctrl_fill()
1107 *step = 1; in v4l2_ctrl_fill()
1114 *step = 1; in v4l2_ctrl_fill()
1219 ev->u.ctrl.step = 1; in fill_event()
1221 ev->u.ctrl.step = ctrl->step; in fill_event()
1360 val >= (ctrl)->maximum - (s32)((ctrl)->step / 2)) \
[all …]
Dv4l2-common.c89 u64 step = _step; in v4l2_ctrl_query_fill() local
93 &min, &max, &step, &def, &qctrl->flags); in v4l2_ctrl_query_fill()
100 qctrl->step = step; in v4l2_ctrl_query_fill()
Dv4l2-flash-led-class.c50 intensity /= (u32) ctrl->step; in __intensity_to_led_brightness()
79 return (brightness * ctrl->step) + ctrl->minimum; in __led_brightness_to_intensity()
293 c->step = s->step; in __lfs_to_v4l2_ctrl_config()
455 ctrl_cfg->step, in v4l2_flash_init_controls()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77693.txt54 Valid values: 3650000 - 4400000, step by 25000 (rounded down)
58 Valid values: 3000000 - 3700000, step by 100000 (rounded down)
69 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
100 Valid values: 3300 - 5500, step by 25 (rounded down)
105 Valid values: 2400 - 3400, step by 33 (rounded down)
113 15625 - 250000, step by 15625 (rounded down)
115 15625 - 500000, step by 15625 (rounded down)
119 15625 - 1000000, step by 15625 (rounded down)
121 15625 - 1250000, step by 15625 (rounded down)
123 15625 - 625000, step by 15625 (rounded down)
[all …]
Drn5t618.txt3 Ricoh RN5T618 is a power management IC which integrates 3 step-down
/linux-4.4.14/tools/perf/arch/x86/util/
Dheader.c26 int family = -1, model = -1, step = -1; in get_cpuid() local
41 step = a & 0xf; in get_cpuid()
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step); in get_cpuid()
/linux-4.4.14/arch/openrisc/kernel/
Dptrace.c198 int step; in do_syscall_trace_leave() local
202 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
203 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
204 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/linux-4.4.14/sound/core/oss/
Dpcm_plugin.c85 c->area.step = format->channels * width; in snd_pcm_plugin_alloc()
97 c->area.step = width; in snd_pcm_plugin_alloc()
581 v->area.step = nchannels * width; in snd_pcm_plug_client_channels_buf()
659 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_silence()
663 if (dst_area->step == (unsigned int) width && width >= 8) in snd_pcm_area_silence()
668 dst_step = dst_area->step / 8; in snd_pcm_area_silence()
672 int dstbit_step = dst_area->step % 8; in snd_pcm_area_silence()
703 src = src_area->addr + (src_area->first + src_area->step * src_offset) / 8; in snd_pcm_area_copy()
706 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_copy()
712 if (src_area->step == (unsigned int) width && in snd_pcm_area_copy()
[all …]
Dmulaw.c190 src_step = src_channels[channel].area.step / 8; in mulaw_decode()
191 dst_step = dst_channels[channel].area.step / 8; in mulaw_decode()
236 src_step = src_channels[channel].area.step / 8; in mulaw_encode()
237 dst_step = dst_channels[channel].area.step / 8; in mulaw_encode()
264 src_channels[channel].area.step % 8)) in mulaw_transfer()
267 dst_channels[channel].area.step % 8)) in mulaw_transfer()
Dlinear.c77 src_step = src_channels[channel].area.step / 8; in convert()
78 dst_step = dst_channels[channel].area.step / 8; in convert()
102 src_channels[channel].area.step % 8)) in linear_transfer()
105 dst_channels[channel].area.step % 8)) in linear_transfer()
Drate.c94 src_step = src_channels[channel].area.step / 8 / 2; in resample_expand()
95 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_expand()
153 src_step = src_channels[channel].area.step / 8 / 2; in resample_shrink()
154 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_shrink()
266 src_channels[channel].area.step % 8)) in rate_transfer()
269 dst_channels[channel].area.step % 8)) in rate_transfer()
Dcopy.c42 src_channels->area.step % 8)) in copy_transfer()
45 dst_channels->area.step % 8)) in copy_transfer()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_keys.c246 #define smask(step) ((1<<step)-1) argument
247 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
/linux-4.4.14/include/media/
Dv4l2-ctrls.h206 u64 step; member
312 u64 step; member
339 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
470 u32 id, s64 min, s64 max, u64 step, s64 def);
682 s64 min, s64 max, u64 step, s64 def);
703 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument
708 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); in v4l2_ctrl_modify_range()
Dv4l2-common.h85 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def);
/linux-4.4.14/arch/arm/include/asm/
Dvfpmacros.h32 addeq \base, \base, #32*4 @ step over unused register space
38 addne \base, \base, #32*4 @ step over unused register space
56 addeq \base, \base, #32*4 @ step over unused register space
62 addne \base, \base, #32*4 @ step over unused register space
/linux-4.4.14/drivers/clk/sunxi/
Dclk-mod0.c194 u16 step, mmc_div; in mmc_get_phase() local
227 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase()
228 return delay * step; in mmc_get_phase()
261 u16 step, mmc_div; in mmc_set_phase() local
279 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase()
280 delay = DIV_ROUND_CLOSEST(degrees, step); in mmc_set_phase()
/linux-4.4.14/arch/frv/kernel/
Dbreak.S82 # catch the return from a TLB-miss handler that had single-step disabled
252 # step through an internal exception from kernel mode
259 # step through an external interrupt from kernel mode
336 # we also want to single step anyway, but after fixing up so that we get an event on the
360 # and then process the single step
363 # step through an internal exception from uspace mode
370 # step through an external interrupt from kernel mode
409 # step through an ITLB-miss handler from user mode
454 # step through a DTLB-miss handler from user mode
472 # step through a DTLB-miss handler from kernel mode
Dentry-table.S39 # (5) The fixup table for kernel-trap single-step
40 # (6) The fixup table for user-trap single-step
42 # Due to the way single-stepping works on this CPU (single-step is not
44 # we have to catch the single-step event in break.S and jump to the fixup
49 # single-step bypass management
/linux-4.4.14/mm/
Dbootmem.c478 unsigned long idx, unsigned long step) in align_idx() argument
487 return ALIGN(base + idx, step) - base; in align_idx()
505 unsigned long min, max, start, sidx, midx, step; in alloc_bootmem_bdata() local
529 step = max(align >> PAGE_SHIFT, 1UL); in alloc_bootmem_bdata()
532 start = ALIGN(goal, step); in alloc_bootmem_bdata()
534 start = ALIGN(min, step); in alloc_bootmem_bdata()
545 sidx = align_idx(bdata, bdata->hint_idx, step); in alloc_bootmem_bdata()
554 sidx = align_idx(bdata, sidx, step); in alloc_bootmem_bdata()
562 sidx = align_idx(bdata, i, step); in alloc_bootmem_bdata()
564 sidx += step; in alloc_bootmem_bdata()
[all …]
Dmempolicy.c162 enum mpol_rebind_step step);
304 enum mpol_rebind_step step) in mpol_rebind_default() argument
315 enum mpol_rebind_step step) in mpol_rebind_nodemask() argument
328 if (step == MPOL_REBIND_ONCE || step == MPOL_REBIND_STEP1) { in mpol_rebind_nodemask()
331 pol->w.cpuset_mems_allowed = step ? tmp : *nodes; in mpol_rebind_nodemask()
332 } else if (step == MPOL_REBIND_STEP2) { in mpol_rebind_nodemask()
342 if (step == MPOL_REBIND_STEP1) in mpol_rebind_nodemask()
344 else if (step == MPOL_REBIND_ONCE || step == MPOL_REBIND_STEP2) in mpol_rebind_nodemask()
360 enum mpol_rebind_step step) in mpol_rebind_preferred() argument
400 enum mpol_rebind_step step) in mpol_rebind_policy() argument
[all …]
Dpage-writeback.c1160 unsigned long step; in wb_update_dirty_ratelimit() local
1248 step = 0; in wb_update_dirty_ratelimit()
1273 step = x - dirty_ratelimit; in wb_update_dirty_ratelimit()
1278 step = dirty_ratelimit - x; in wb_update_dirty_ratelimit()
1286 step >>= dirty_ratelimit / (2 * step + 1); in wb_update_dirty_ratelimit()
1290 step = (step + 7) / 8; in wb_update_dirty_ratelimit()
1293 dirty_ratelimit += step; in wb_update_dirty_ratelimit()
1295 dirty_ratelimit -= step; in wb_update_dirty_ratelimit()
/linux-4.4.14/drivers/leds/
Dleds-ktd2692.c34 #define GET_TIMEOUT_OFFSET(timeout, step) ((timeout) / (step)) argument
218 flash_tm_reg = GET_TIMEOUT_OFFSET(timeout->val, timeout->step); in ktd2692_led_flash_strobe_set()
247 u32 offset, step; in ktd2692_init_movie_current_max() local
251 step = KTD2692_MM_TO_FL_RATIO(cfg->flash_max_microamp) in ktd2692_init_movie_current_max()
255 movie_current_microamp = step * offset; in ktd2692_init_movie_current_max()
271 setting->step = cfg->flash_max_timeout in ktd2692_init_flash_timeout()
Dleds-max77693.c734 static void clamp_align(u32 *v, u32 min, u32 max, u32 step) in clamp_align() argument
737 if (step > 1) in clamp_align()
738 *v = (*v - min) / step * step + min; in clamp_align()
742 u32 *iout, u32 min, u32 max, u32 step) in max77693_align_iout_current() argument
759 clamp_align(&iout[i], min, max, step); in max77693_align_iout_current()
843 setting->step = FLASH_IOUT_STEP; in max77693_init_flash_settings()
850 setting->step = FLASH_TIMEOUT_STEP; in max77693_init_flash_settings()
895 s->step = TORCH_IOUT_STEP; in max77693_init_v4l2_flash_config()
Dled-class-flash.c340 v = s->val + s->step / 2; in led_clamp_align()
343 offset = s->step * (offset / s->step); in led_clamp_align()
Dleds-aat1290.c131 (micro_sec / flash_tm->step) + 1; in aat1290_set_flash_safety_timer()
392 setting->step = setting->min; in aat1290_init_flash_timeout()
458 s->step = 1; in aat1290_init_v4l2_flash_config()
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.txt31 - fsl,tuning-step: Specify the increasing delay cell steps in tuning procedure.
32 The uSDHC use one delay cell as default increasing step to do tuning process.
33 This property allows user to change the tuning step to more than one delay
35 tuning step can't find the proper delay window within limited tuning retries.
/linux-4.4.14/arch/h8300/kernel/
Dptrace.c196 int step; in do_syscall_trace_leave() local
200 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
201 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
202 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/linux-4.4.14/tools/perf/ui/
Dprogress.c20 p->next += p->step; in ui_progress__update()
28 p->next = p->step = total / 16; in ui_progress__init()
Dprogress.h10 u64 curr, next, step, total; member
/linux-4.4.14/arch/sh/include/asm/
Dtlb_64.h31 tlb += cpu_data->dtlb.step)
41 tlb += cpu_data->itlb.step)
Dprocessor.h70 unsigned int step; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h45 unsigned short step; /* step in bytes for indexed items */ member
61 BUG_ON(index && !item->step); in __mlxsw_item_offset()
63 item->step % typesize != 0 || in __mlxsw_item_offset()
66 item->name, item->offset, item->step, in __mlxsw_item_offset()
71 return ((item->offset + item->step * index + item->in_step_offset) / in __mlxsw_item_offset()
270 .step = _step, \
311 .step = _step, \
352 .step = _step, \
396 .step = _step, \
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dti,bq24735.txt14 must be between 128mA and 8.128A with a 64mA step resolution. The POR value
18 must be between 1.024V and 19.2V with a 16mV step resolution. The POR value
22 value must be between 128mA and 8.064A with a 128mA step resolution. The
/linux-4.4.14/include/linux/
Dtracehook.h123 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) in tracehook_report_syscall_exit() argument
125 if (step) { in tracehook_report_syscall_exit()
Dmempolicy.h145 enum mpol_rebind_step step);
249 enum mpol_rebind_step step) in mpol_rebind_task() argument
Dsuspend.h92 static inline void dpm_save_failed_step(enum suspend_stat_step step) in dpm_save_failed_step() argument
94 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step()
Dled-class-flash.h64 u32 step; member
/linux-4.4.14/Documentation/ide/
Dwarm-plug-howto.txt16 no other active references to devices before doing "delete_devices" step,
17 also do not attempt "scan" step on devices currently in use -- otherwise
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.h152 u8 *major, u16 *minor, u16 *step) in ufs_qcom_get_controller_revision() argument
158 *step = (ver & UFS_HW_VER_STEP_MASK) >> UFS_HW_VER_STEP_SHFT; in ufs_qcom_get_controller_revision()
197 u16 step; member
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt49 (5) If ICC3.Z is still true, go back to step (1).
53 condition in ICC3 to remain with the Z flag set, thus causing step (5) to loop back to step (1).
61 (2) The branch from step (5) back to step (1) may have to happen more than once until the store
84 Then it does the load. Note that the final phase of step (1) is done at the same time as the
/linux-4.4.14/Documentation/filesystems/
Dbefs.txt47 step 1. Install the BeFS patch into the source code tree of linux.
56 if the patching step fails (i.e. there are rejected hunks), you can try to
60 step 2. Configuration & make kernel
80 step 3. Install
83 instructions on this critical step.
/linux-4.4.14/lib/
Dtest_rhashtable.c245 int i, step, err = 0, insert_fails = 0; in threadfunc() local
276 for (step = 10; step > 0; step--) { in threadfunc()
277 for (i = 0; i < entries; i += step) { in threadfunc()
DKconfig.kgdb67 exception handler which will allow kgdb to step through a
92 0x0040 - allow flow control management (breakpoint, single step)
/linux-4.4.14/Documentation/input/
Drotary-encoder.txt31 one step
34 one step (half-period mode)
37 one step (quarter-period mode)
58 meaning that there it has seen half the way of a one-step transition.
88 axes. For relative axes the input event returns +/-1 for each step. For
Dsentelic.txt513 goto step 6
517 5b. send the inverted register address to FSP and goto step 8;
521 goto step 7
525 6b. send the swapped register address to FSP and goto step 8;
529 7a. send the original register address to FSP and goto step 8;
552 goto step 3
556 2b. send the inverted register address to FSP and goto step 5;
560 goto step 4
564 3b. send the swapped register address to FSP and goto step 5;
568 4a. send the register address to FSP and goto step 5;
[all …]
/linux-4.4.14/arch/arm/mach-pxa/
Dviper.c185 int step; in viper_set_core_cpu_voltage() local
188 step = divisor; in viper_set_core_cpu_voltage()
190 step = current_voltage_divisor + STEP; in viper_set_core_cpu_voltage()
192 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage()
194 step = divisor; in viper_set_core_cpu_voltage()
203 gpio_set_value(VIPER_PSU_DATA_GPIO, step & i); in viper_set_core_cpu_voltage()
218 current_voltage_divisor = step; in viper_set_core_cpu_voltage()
/linux-4.4.14/drivers/tty/serial/
Dar933x_uart.c189 unsigned int step) in ar933x_uart_get_baud() argument
196 t *= step; in ar933x_uart_get_baud()
206 unsigned int *step) in ar933x_uart_get_scale_step() argument
212 *step = 0; in ar933x_uart_get_scale_step()
230 *step = tstep; in ar933x_uart_get_scale_step()
243 unsigned int baud, scale, step; in ar933x_uart_set_termios() local
266 ar933x_uart_get_scale_step(port->uartclk, baud, &scale, &step); in ar933x_uart_set_termios()
288 scale << AR933X_UART_CLOCK_SCALE_S | step); in ar933x_uart_set_termios()
/linux-4.4.14/Documentation/device-mapper/
Dstatistics.txt9 Each user-defined region specifies a starting sector, length and step.
10 Individual statistics will be collected for each step-sized area within
13 The I/O statistics counters for each step-sized area of a region are
41 @stats_create <range> <step>
52 <step>
123 <region_id>: <start_sector>+<length> <step> <program_id> <aux_data>
131 Print counters for each step-sized area of a region.
144 Output format for each step-sized area of a region:
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-v4l2.c925 .step = 1,
935 .step = 1,
945 .step = 1,
955 .step = 1,
965 .step = 1,
975 .step = 1,
985 .step = 1,
995 .step = 1,
1005 .step = 1,
1015 .step = 1,
[all …]
/linux-4.4.14/sound/core/
Dcontrol_compat.c75 s32 step; member
80 u64 step; member
135 put_user(data->value.integer.step, &data32->value.integer.step)) in snd_ctl_elem_info_compat()
411 get_user(data->value.integer.step, &data32->value.integer.step)) in snd_ctl_elem_add_compat()
Dpcm_compat.c161 u32 step; member
173 get_user(info.step, &src->step)) in snd_pcm_ioctl_channel_info_compat()
181 put_user(info.step, &src->step)) in snd_pcm_ioctl_channel_info_compat()
Dpcm_lib.c1103 static int snd_interval_step(struct snd_interval *i, unsigned int step) in snd_interval_step() argument
1107 n = i->min % step; in snd_interval_step()
1109 i->min += step - n; in snd_interval_step()
1113 n = i->max % step; in snd_interval_step()
1460 unsigned long step = (unsigned long) rule->private; in snd_pcm_hw_rule_step() local
1461 return snd_interval_step(hw_param_interval(params, rule->var), step); in snd_pcm_hw_rule_step()
1476 unsigned long step) in snd_pcm_hw_constraint_step() argument
1479 snd_pcm_hw_rule_step, (void *) step, in snd_pcm_hw_constraint_step()
1794 info->step = runtime->channels * width; in snd_pcm_lib_ioctl_channel_info()
1801 info->step = width; in snd_pcm_lib_ioctl_channel_info()
/linux-4.4.14/drivers/phy/
Dphy-qcom-ufs-qmp-20nm.c27 u16 step = ufs_qcom_phy->host_ctrl_rev_step; in ufs_qcom_phy_qmp_20nm_phy_calibrate() local
30 if ((major == 0x1) && (minor == 0x002) && (step == 0x0000)) { in ufs_qcom_phy_qmp_20nm_phy_calibrate()
33 } else if ((major == 0x1) && (minor == 0x003) && (step == 0x0000)) { in ufs_qcom_phy_qmp_20nm_phy_calibrate()
/linux-4.4.14/drivers/media/common/
Dcx2341x.c133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill() argument
146 *step = 0; in cx2341x_ctrl_fill()
151 *max = *step = 1; in cx2341x_ctrl_fill()
551 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill() argument
570 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill()
573 qctrl->step = step; in cx2341x_ctrl_query_fill()
580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); in cx2341x_ctrl_query_fill()
1518 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() argument
1523 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); in cx2341x_ctrl_new_custom()
1530 cfg.step = 0; in cx2341x_ctrl_new_custom()
[all …]
/linux-4.4.14/arch/x86/entry/
Dcommon.c304 bool step; in syscall_slow_exit_work() local
317 step = unlikely( in syscall_slow_exit_work()
320 if (step || cached_flags & _TIF_SYSCALL_TRACE) in syscall_slow_exit_work()
321 tracehook_report_syscall_exit(regs, step); in syscall_slow_exit_work()
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt55 insert and then follow the step c) ~ g) in section 1.
61 save a copy of the method original ASL code in step c) section 1,
62 and redo step c) ~ g) to override the method with the original one.
68 ACPI methods, we need to redo step c) ~ g) for multiple times.
/linux-4.4.14/arch/blackfin/kernel/
Dptrace.c406 int step; in syscall_trace_leave() local
408 step = test_thread_flag(TIF_SINGLESTEP); in syscall_trace_leave()
409 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave()
410 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
/linux-4.4.14/sound/soc/sh/rcar/
Dadg.c172 int idx, sel, div, step, ret; in rsnd_adg_set_convert_clk_gen2() local
190 step = 2; in rsnd_adg_set_convert_clk_gen2()
195 for (div = 2; div <= 98304; div += step) { in rsnd_adg_set_convert_clk_gen2()
208 step *= 2; in rsnd_adg_set_convert_clk_gen2()
210 div += step; in rsnd_adg_set_convert_clk_gen2()
211 step *= 2; in rsnd_adg_set_convert_clk_gen2()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnic.c310 u32 step:6, rows:21; member
313 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument
317 step, rows \
389 len += table->rows * min_t(size_t, table->step, 16); in efx_nic_get_regs_len()
418 size = min_t(size_t, table->step, 16); in efx_nic_get_regs()
421 switch (table->step) { in efx_nic_get_regs()
Dfarch.c1893 unsigned step; /* step between entries */ member
2537 table->offset + table->step * ins_index); in efx_farch_filter_insert()
2571 efx_writeo(efx, &filter, table->offset + table->step * filter_idx); in efx_farch_filter_table_clear_entry()
2779 if (table->step == 0) in efx_farch_filter_table_restore()
2787 table->offset + table->step * filter_idx); in efx_farch_filter_table_restore()
2825 table->step = FR_BZ_RX_FILTER_TBL0_STEP; in efx_farch_filter_table_probe()
2833 table->step = FR_CZ_RX_MAC_FILTER_TBL0_STEP; in efx_farch_filter_table_probe()
2843 table->step = FR_CZ_TX_MAC_FILTER_TBL0_STEP; in efx_farch_filter_table_probe()
2918 table->offset + table->step * filter_idx); in efx_farch_filter_update_rx_scatter()
/linux-4.4.14/security/tomoyo/
Dcommon.c739 switch (head->r.step) { in tomoyo_read_profile()
744 head->r.step++; in tomoyo_read_profile()
755 head->r.step++; in tomoyo_read_profile()
773 head->r.step++; in tomoyo_read_profile()
782 head->r.step++; in tomoyo_read_profile()
809 head->r.step = 1; in tomoyo_read_profile()
1585 switch (head->r.step) { in tomoyo_read_domain()
1601 head->r.step++; in tomoyo_read_domain()
1607 head->r.step++; in tomoyo_read_domain()
1612 head->r.step = 0; in tomoyo_read_domain()
[all …]
/linux-4.4.14/drivers/pcmcia/
Drsrc_nonstatic.c412 u_long i, j, bad, fail, step; in do_mem_probe() local
417 step = (num < 0x20000) ? 0x2000 : ((num>>4) & ~0x1fff); in do_mem_probe()
419 if (step > 0x800000) in do_mem_probe()
420 step = 0x800000; in do_mem_probe()
422 if (step < 2 * s->map_size) in do_mem_probe()
423 step = 2 * s->map_size; in do_mem_probe()
424 for (i = j = base; i < base+num; i = j + step) { in do_mem_probe()
426 for (j = i; j < base+num; j += step) { in do_mem_probe()
427 if (!do_validate_mem(s, j, step, validate)) in do_mem_probe()
433 for (j = i; j < base+num; j += step) in do_mem_probe()
[all …]
/linux-4.4.14/drivers/clk/tegra/
Dcvb.c39 int step = (align->step_uv ? : 1000) * v_scale; in round_cvb_voltage() local
43 uv = DIV_ROUND_UP(uv, step) * align->step_uv + align->offset_uv; in round_cvb_voltage()
/linux-4.4.14/arch/mn10300/kernel/
Dswitch_to.S81 # Lift the single-step breakpoints when the task being traced is switched out
91 # Clear the single-step flag to prevent us coming this way until we get
132 # Reinstall the single-step breakpoints when the task being traced is switched
/linux-4.4.14/arch/microblaze/kernel/cpu/
Dcache.c106 int step = -line_length; \
107 WARN_ON(step >= 0); \
112 : : "r" (len), "r" (step) \
126 int step = -line_length; \
137 "r" (step) : "memory"); \
/linux-4.4.14/tools/perf/bench/
Dnuma.c460 int step; in parse_setup_cpu_list() local
479 step = 1; in parse_setup_cpu_list()
482 step = atol(tok_step + 1); in parse_setup_cpu_list()
483 BUG_ON(step <= 0 || step >= g->p.nr_cpus); in parse_setup_cpu_list()
506 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul); in parse_setup_cpu_list()
516 for (bind_cpu = bind_cpu_0; bind_cpu <= bind_cpu_1; bind_cpu += step) { in parse_setup_cpu_list()
596 int step; in parse_setup_node_list() local
615 step = 1; in parse_setup_node_list()
618 step = atol(tok_step + 1); in parse_setup_node_list()
619 BUG_ON(step <= 0 || step >= g->p.nr_nodes); in parse_setup_node_list()
[all …]
/linux-4.4.14/lib/lz4/
Dlz4_compress.c98 int step = findmatchattempts++ >> skipstrength; in lz4_compressctx() local
100 forwardip = ip + step; in lz4_compressctx()
279 int step = findmatchattempts++ >> skipstrength; in lz4_compress64kctx() local
281 forwardip = ip + step; in lz4_compress64kctx()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-power47 - 4 - 16 (hours), step by 2 (rounded down)
61 - 100000 - 200000 (microamps), step by 25000 (rounded down)
62 - 200000 - 350000 (microamps), step by 50000 (rounded down)
76 - 0 - 70 (minutes), step by 10 (rounded down)
Dsysfs-class-mtd131 correcting within each region covering an ECC step (see
144 region comprising an ecc step (as reported by the driver) equals
159 more regions comprising an ecc step". The precise definition of
182 step. Devices may have several equally sized ECC steps within
/linux-4.4.14/drivers/crypto/qce/
Dcore.c153 u32 major, minor, step; in qce_check_version() local
155 qce_get_version(qce, &major, &minor, &step); in qce_check_version()
168 major, minor, step); in qce_check_version()
Dcommon.h98 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step);
/linux-4.4.14/drivers/hid/
Dhid-microsoft.c195 int step = ((value & 0x60) >> 5) + 1; in ms_event() local
199 input_report_rel(input, REL_WHEEL, step); in ms_event()
202 input_report_rel(input, REL_WHEEL, -step); in ms_event()
/linux-4.4.14/drivers/media/i2c/
Dmt9t001.c646 .step = 1,
656 .step = 1,
666 .step = 1,
676 .step = 0,
690 .step = 1,
700 .step = 1,
710 .step = 1,
720 .step = 1,
Dmt9p031.c845 .step = 1,
855 .step = 1,
865 .step = 1,
875 .step = 1,
/linux-4.4.14/scripts/
Dbootgraph.pl230 my $step = ($maxtime - $firsttime) / 15;
235 $time = $time + $step;
/linux-4.4.14/arch/arm64/kernel/
Dhw_breakpoint.c585 int i, step = 0, *kernel_step; in breakpoint_handler() local
620 step = 1; in breakpoint_handler()
625 if (!step) in breakpoint_handler()
661 int i, step = 0, *kernel_step, access; in watchpoint_handler() local
716 step = 1; in watchpoint_handler()
722 if (!step) in watchpoint_handler()
/linux-4.4.14/drivers/media/dvb-frontends/
Ddib0090.c166 s8 step; member
1669 *val |= state->step << state->dc->offset; in dib0090_set_trim()
1706 state->step = 0; in dib0090_dc_offset_calibration()
1724 dprintk("adc_diff = %d, current step= %d", (u32) state->adc_diff, state->step); in dib0090_dc_offset_calibration()
1725 if (state->step == 0 && state->adc_diff < 0) { in dib0090_dc_offset_calibration()
1730 …iff = %d, min_adc_diff = %d current_step = %d", state->adc_diff, state->min_adc_diff, state->step); in dib0090_dc_offset_calibration()
1733 if (state->step == 0) { in dib0090_dc_offset_calibration()
1735 state->step = 0x10; in dib0090_dc_offset_calibration()
1737 state->step = 0x10; in dib0090_dc_offset_calibration()
1741 if ((state->adc_diff & 0x8000) == (state->min_adc_diff & 0x8000) && steps(state->step) < 15) { in dib0090_dc_offset_calibration()
[all …]
Ddib0070.c65 s8 step; member
193 state->step = state->captrim = state->fcaptrim = 64; in dib0070_captrim()
199 state->step /= 2; in dib0070_captrim()
223 state->captrim += (step_sign * state->step); in dib0070_captrim()
225 if (state->step >= 1) in dib0070_captrim()
/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c187 unsigned int step, shift; in htab_bolt_mapping() local
191 step = 1 << shift; in htab_bolt_mapping()
199 vaddr += step, paddr += step) { in htab_bolt_mapping()
211 if (overlaps_kernel_text(vaddr, vaddr + step)) in htab_bolt_mapping()
215 if (overlaps_kvm_tmp(vaddr, vaddr + step)) in htab_bolt_mapping()
229 overlaps_interrupt_vector_text(vaddr, vaddr + step)) in htab_bolt_mapping()
254 unsigned int step, shift; in htab_remove_mapping() local
257 step = 1 << shift; in htab_remove_mapping()
265 for (vaddr = vstart; vaddr < vend; vaddr += step) in htab_remove_mapping()
/linux-4.4.14/arch/sh/kernel/
Dptrace_64.c533 int step; in do_syscall_trace_leave() local
540 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
541 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
542 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
Dptrace_32.c513 int step; in do_syscall_trace_leave() local
520 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
521 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave()
522 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
/linux-4.4.14/drivers/char/agp/
Disoch.c88 u32 step, rem, rem_isoch, rem_async; in agp_3_5_isochronous_node_enable() local
242 step = rq_async / ndevs; in agp_3_5_isochronous_node_enable()
243 rem_async = step + (rq_async % ndevs); in agp_3_5_isochronous_node_enable()
255 ? (rem_async + rem_isoch) : step; in agp_3_5_isochronous_node_enable()
/linux-4.4.14/Documentation/x86/x86_64/
Duefi.txt29 kernel image built in first step and corresponding
33 in first step.
/linux-4.4.14/net/ceph/crush/
Dmapper.c801 __u32 step; in crush_do_rule() local
830 for (step = 0; step < rule->len; step++) { in crush_do_rule()
832 struct crush_rule_step *curstep = &rule->steps[step]; in crush_do_rule()
970 curstep->op, step); in crush_do_rule()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dvolt.c90 info->step = nvbios_rd16(bios, volt + 0x08); in nvbios_volt_parse()
109 info->step = nvbios_rd16(bios, volt + 0x16); in nvbios_volt_parse()
/linux-4.4.14/arch/ia64/
DKconfig.debug30 are compiling for an Itanium A step processor
48 from step B3 or later don't have this problem. If you're unsure,
/linux-4.4.14/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h89 unsigned char step; member
98 .step = _step, \
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmt8173-cpu-dvfs.txt16 needs to do "voltage tracking" to step by step scale up/down Vproc and
/linux-4.4.14/drivers/input/
Dinput-mt.c299 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument
307 p = begin + step; in adjust_dual()
310 for (; p != end; p += step) in adjust_dual()
323 for (p = begin; p != end; p += step) in adjust_dual()
/linux-4.4.14/drivers/block/
Dswim.c409 static inline int swim_seek(struct swim __iomem *base, int step) in swim_seek() argument
411 if (step == 0) in swim_seek()
414 if (step < 0) { in swim_seek()
416 step = -step; in swim_seek()
420 for ( ; step > 0; step--) { in swim_seek()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c1060 v4l2_ctrl->step = 1; in __uvc_query_v4l2_ctrl()
1075 v4l2_ctrl->step = 1; in __uvc_query_v4l2_ctrl()
1081 v4l2_ctrl->step = 0; in __uvc_query_v4l2_ctrl()
1097 v4l2_ctrl->step = mapping->get(mapping, UVC_GET_RES, in __uvc_query_v4l2_ctrl()
1214 ev->u.ctrl.step = v4l2_ctrl.step; in uvc_ctrl_fill_event()
1480 u32 step; in uvc_ctrl_set() local
1504 step = mapping->get(mapping, UVC_GET_RES, in uvc_ctrl_set()
1506 if (step == 0) in uvc_ctrl_set()
1507 step = 1; in uvc_ctrl_set()
1509 xctrl->value = min + ((u32)(xctrl->value - min) + step / 2) in uvc_ctrl_set()
[all …]
Duvc_v4l2.c135 const __u32 step = frame->dwFrameInterval[2]; in uvc_try_frame_interval() local
137 interval = min + (interval - min + step/2) / step * step; in uvc_try_frame_interval()
911 qec->step = qc.step; in uvc_ioctl_query_ext_ctrl()
1193 fival->stepwise.step.numerator = frame->dwFrameInterval[2]; in uvc_ioctl_enum_frameintervals()
1194 fival->stepwise.step.denominator = 10000000; in uvc_ioctl_enum_frameintervals()
1199 uvc_simplify_fraction(&fival->stepwise.step.numerator, in uvc_ioctl_enum_frameintervals()
1200 &fival->stepwise.step.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
/linux-4.4.14/include/linux/phy/
Dphy-qcom-ufs.h57 u8 major, u16 minor, u16 step);
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt31 with step of 0.5 msec
33 step of 1 msec.
35 step of 1 msec.
/linux-4.4.14/drivers/cpufreq/
De_powersaver.c186 int k, step, voltage; in eps_cpu_init() local
358 step = ((max_voltage - min_voltage) * 256) in eps_cpu_init()
361 voltage = (k * step) / 256 + min_voltage; in eps_cpu_init()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dgeneric.c380 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument
384 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed()
386 update_fixed_last(base, base + step, *types); in print_fixed()
390 last_fixed_end = base + step; in print_fixed()
395 update_fixed_last(base, base + step, *types); in print_fixed()
/linux-4.4.14/arch/arm/boot/dts/
Dbcm963138dvt.dts39 nand-ecc-step-size = <512>;
Dbcm5301x-nand-cs0-bch8.dtsi21 nand-ecc-step-size = <512>;
Dbcm7445-bcm97445svmb.dts22 nand-ecc-step-size = <512>;
Dimx6dl.dtsi47 clock-names = "arm", "pll2_pfd2_396m", "step",
Dbcm958305k.dts81 nand-ecc-step-size = <1024>;
Dbcm958300k.dts73 nand-ecc-step-size = <1024>;
Dbcm911360_entphn.dts74 nand-ecc-step-size = <1024>;
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1371 int step; in gpmi_ecc_read_page_raw() local
1401 for (step = 0; step < nfc_geo->ecc_chunk_count; step++) { in gpmi_ecc_read_page_raw()
1403 gpmi_copy_bits(buf, step * eccsize * 8, in gpmi_ecc_read_page_raw()
1409 if (step == nfc_geo->ecc_chunk_count - 1 && in gpmi_ecc_read_page_raw()
1460 int step; in gpmi_ecc_write_page_raw() local
1479 for (step = 0; step < nfc_geo->ecc_chunk_count; step++) { in gpmi_ecc_write_page_raw()
1482 buf, step * eccsize * 8, eccsize * 8); in gpmi_ecc_write_page_raw()
1486 if (step == nfc_geo->ecc_chunk_count - 1 && in gpmi_ecc_write_page_raw()
/linux-4.4.14/Documentation/security/
Dtomoyo.txt6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/
7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
Dkeys-request-key.txt82 proceeds to the next step.
119 This also extends further. If key W (step 7 above) didn't exist, key W would
120 be created uninstantiated, another auth key (X) would be created (as per step
121 3) and another copy of /sbin/request-key spawned (as per step 4); but the
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dvolt.h17 s16 step; member
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ptp.c330 u32 step; in fm10k_ptp_enable() local
360 step = 2 * (fm10k_read_reg(hw, FM10K_SYSTIME_CFG) & in fm10k_ptp_enable()
364 if ((period && (period < step)) || (period > U32_MAX)) in fm10k_ptp_enable()
/linux-4.4.14/drivers/misc/eeprom/
Deeprom_93xx46.c191 int i, ret, step = 1; in eeprom_93xx46_bin_write() local
198 step = 2; in eeprom_93xx46_bin_write()
212 for (i = 0; i < count; i += step) { in eeprom_93xx46_bin_write()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dbase.c122 if (data && info.vidmask && info.base && info.step) { in nvkm_volt_parse_bios()
130 info.base += info.step; in nvkm_volt_parse_bios()
/linux-4.4.14/Documentation/xtensa/
Dmmu.txt31 After step 2, we jump to virtual address in 0x40000000..0x5fffffff
33 After step 4, we jump to intended (linked) address of this code.
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-video.c160 u32 step; member
177 .step = 1,
187 .step = 1,
197 .step = 1,
210 .step = 1,
220 .step = 1,
248 .step = 1,
272 .step = 1,
282 .step = 1,
1353 cc->id, cc->minimum, cc->maximum, cc->step, cc->default_value); in cx8800_initdev()
[all …]
/linux-4.4.14/arch/sparc/lib/
Dudivdi3.S50 ! Got carry from n. Subtract next step to cancel this carry.
88 ! Got carry from n. Subtract next step to cancel this carry.
114 ! Got carry from n. Subtract next step to cancel this carry.
193 ! Got carry from n. Subtract next step to cancel this carry.
Ddivdi3.S73 ! Got carry from n. Subtract next step to cancel this carry.
109 ! Got carry from n. Subtract next step to cancel this carry.
133 ! Got carry from n. Subtract next step to cancel this carry.
208 ! Got carry from n. Subtract next step to cancel this carry.
/linux-4.4.14/Documentation/x86/
Dpat.txt102 pgprot_writecombine() in step 1, followed by step 2.
104 In addition, step 2 internally tracks the region as UC or WC in memtype
109 as step 0 above and also track the usage of those pages and use set_memory_wb()
/linux-4.4.14/drivers/iio/accel/
Dbmc150-accel-core.c838 size_t step = regmap_get_raw_read_max(data->regmap); in bmc150_accel_fifo_transfer() local
840 if (!step || step > total_length) in bmc150_accel_fifo_transfer()
841 step = total_length; in bmc150_accel_fifo_transfer()
842 else if (step < total_length) in bmc150_accel_fifo_transfer()
843 step = sample_length; in bmc150_accel_fifo_transfer()
849 for (i = 0; i < total_length; i += step) { in bmc150_accel_fifo_transfer()
851 &buffer[i], step); in bmc150_accel_fifo_transfer()
858 step); in bmc150_accel_fifo_transfer()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_erp.c817 act->step = ZFCP_ERP_STEP_PHYS_PORT_CLOSING; in zfcp_erp_port_forced_strategy_close()
829 switch (erp_action->step) { in zfcp_erp_port_forced_strategy()
851 erp_action->step = ZFCP_ERP_STEP_PORT_CLOSING; in zfcp_erp_port_strategy_close()
864 erp_action->step = ZFCP_ERP_STEP_PORT_OPENING; in zfcp_erp_port_strategy_open_port()
889 switch (act->step) { in zfcp_erp_port_strategy_open_common()
928 switch (erp_action->step) { in zfcp_erp_port_strategy()
960 erp_action->step = ZFCP_ERP_STEP_LUN_CLOSING; in zfcp_erp_lun_strategy_close()
971 erp_action->step = ZFCP_ERP_STEP_LUN_OPENING; in zfcp_erp_lun_strategy_open()
982 switch (erp_action->step) { in zfcp_erp_lun_strategy()
Dzfcp_def.h120 u32 step; /* active step of this erp action */ member
/linux-4.4.14/sound/pci/
Dintel8x0m.c450 int civ, i, step; in snd_intel8x0m_update() local
456 step = 1; in snd_intel8x0m_update()
460 step = civ - ichdev->civ; in snd_intel8x0m_update()
461 if (step < 0) in snd_intel8x0m_update()
462 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0m_update()
468 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0m_update()
470 ichdev->lvi += step; in snd_intel8x0m_update()
473 for (i = 0; i < step; i++) { in snd_intel8x0m_update()
/linux-4.4.14/drivers/media/usb/pwc/
Dpwc-v4l.c79 .step = 1,
90 .step = 1,
99 .step = 1,
108 .step = 1,
118 .step = 1,
149 .step = 1,
159 .step = 1,
/linux-4.4.14/arch/frv/mm/
Dtlb-flush.S69 # now, we assume that the TLB line step is page size in size
110 # now, we assume that the TLB line step is page size in size
/linux-4.4.14/Documentation/hwmon/
Dnct6775120 Duty step size.
122 Temperature step size. With each step over
129 Temperature step tolerance.
Dpowr122021 Voltages are sampled by a 12-bit ADC with a step size of 2 mV.
/linux-4.4.14/drivers/gpu/drm/radeon/
Drv6xx_dpm.c140 u32 clock, struct rv6xx_sclk_stepping *step) in rv6xx_convert_clock_to_stepping() argument
151 step->post_divider = 2 + (dividers.post_div & 0xF) + (dividers.post_div >> 4); in rv6xx_convert_clock_to_stepping()
153 step->post_divider = 1; in rv6xx_convert_clock_to_stepping()
155 step->vco_frequency = clock * step->post_divider; in rv6xx_convert_clock_to_stepping()
161 u32 step_index, struct rv6xx_sclk_stepping *step) in rv6xx_output_stepping() argument
174 if (step->post_divider == 1) in rv6xx_output_stepping()
177 u32 lo_len = (step->post_divider - 2) / 2; in rv6xx_output_stepping()
178 u32 hi_len = step->post_divider - 2 - lo_len; in rv6xx_output_stepping()
184 fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >> in rv6xx_output_stepping()
300 struct rv6xx_sclk_stepping step; in rv6xx_generate_single_step() local
[all …]
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt149 You can use platform_device_register_simple() as a one-step call to allocate
218 step 2 have priority over these. This step is omitted by the serial
225 automatically registered during step 2 or 3. The serial driver example
233 This step can be executed at any point during the early boot. As soon
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad593311 Frequency increment in Hz (step size) between consecutive
/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_hpc.c276 int delay = 1000, step = 20; in pci_bus_check_dev() local
286 msleep(step); in pci_bus_check_dev()
287 delay -= step; in pci_bus_check_dev()
293 PCI_FUNC(devfn), count, step, l); in pci_bus_check_dev()
/linux-4.4.14/drivers/staging/rdma/hfi1/
DKconfig36 After the prescanning step, the receive queue is processed as
/linux-4.4.14/drivers/iio/adc/
Dti_am335x_adc.c70 u32 step; in get_adc_chan_step_mask() local
72 step = adc_dev->channel_step[i]; in get_adc_chan_step_mask()
74 return 1 << (step + 1); in get_adc_chan_step_mask()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_cmd_parser.c126 .reg = { .offset = 1, .mask = 0x007FFFFC, .step = 2 } ),
995 const u32 step = desc->reg.step ? desc->reg.step : length; in check_cmd() local
999 offset += step) { in check_cmd()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dphy.c485 u32 mix, step; in ath5k_hw_rf_gainf_corr() local
513 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_MIXGAIN_STEP, false); in ath5k_hw_rf_gainf_corr()
520 ah->ah_gain.g_f_corr = step * 2; in ath5k_hw_rf_gainf_corr()
523 ah->ah_gain.g_f_corr = (step - 5) * 2; in ath5k_hw_rf_gainf_corr()
526 ah->ah_gain.g_f_corr = step; in ath5k_hw_rf_gainf_corr()
551 u32 step, mix_ovr, level[4]; in ath5k_hw_rf_check_gainf_readback() local
564 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_RFGAIN_STEP, in ath5k_hw_rf_check_gainf_readback()
568 level[1] = (step == 63) ? 50 : step + 4; in ath5k_hw_rf_check_gainf_readback()
569 level[2] = (step != 63) ? 64 : level[0]; in ath5k_hw_rf_check_gainf_readback()
573 (step == 63 ? AR5K_GAIN_DYN_ADJUST_HI_MARGIN : -5); in ath5k_hw_rf_check_gainf_readback()
[all …]
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_phy.c1264 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() argument
1277 __func__, *stage, *step, channel); in rtl8192_phy_SwChnlStepByStep()
1351 CurrentCmd = &PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1354 CurrentCmd = &RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1357 CurrentCmd = &PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1367 (*step) = 0; in rtl8192_phy_SwChnlStepByStep()
1406 (*step)++; in rtl8192_phy_SwChnlStepByStep()
/linux-4.4.14/drivers/thermal/
Dhisi_thermal.c65 static inline int _step_to_temp(int step) in _step_to_temp() argument
71 return (HISI_TEMP_BASE + (step * 200 / 255)) * 1000; in _step_to_temp()
/linux-4.4.14/drivers/char/
Dmbcs.c183 union algo_step step; in mbcs_algo_set() local
185 step.algo_step_reg = 0; in mbcs_algo_set()
197 step.alg_step_cnt = algoStepCount; in mbcs_algo_set()
198 MBCS_MMR_SET(mmr, MBCS_ALG_STEP, step.algo_step_reg); in mbcs_algo_set()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-alsa-mixer.c80 uinfo->value.integer.step = 1; in snd_cx18_mixer_tv_vol_info()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-alsa-mixer.c80 uinfo->value.integer.step = 1; in snd_ivtv_mixer_tv_vol_info()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c1469 int nums, step; in snd_hda_set_vmaster_tlv() local
1473 step = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT; in snd_hda_set_vmaster_tlv()
1474 step = (step + 1) * 25; in snd_hda_set_vmaster_tlv()
1477 tlv[2] = -nums * step; in snd_hda_set_vmaster_tlv()
1478 tlv[3] = step; in snd_hda_set_vmaster_tlv()
1752 int step = tlv[3]; in get_kctl_0dB_offset() local
1753 step &= ~TLV_DB_SCALE_MUTE; in get_kctl_0dB_offset()
1754 if (!step) in get_kctl_0dB_offset()
1756 if (*step_to_check && *step_to_check != step) { in get_kctl_0dB_offset()
1758 - *step_to_check, step); in get_kctl_0dB_offset()
[all …]
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c819 u8 *stage, u8 *step, u32 *delay) in _rtl92e_phy_switch_channel_step() argument
830 __func__, *stage, *step, channel); in _rtl92e_phy_switch_channel_step()
913 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
916 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()
919 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
927 (*step) = 0; in _rtl92e_phy_switch_channel_step()
968 (*step)++; in _rtl92e_phy_switch_channel_step()
/linux-4.4.14/drivers/video/fbdev/
Dtgafb.c1150 int depos, sepos, backward, last_step, step; local
1185 step = 32;
1188 step = -32;
1229 sfb += step;
1230 dfb += step;
1234 sfb += last_step - step;
1235 dfb += last_step - step;
Dvt8623fb.c322 int rv, mem, step; in vt8623fb_check_var() local
340 step = vt8623fb_formats[rv].xresstep - 1; in vt8623fb_check_var()
341 var->xres_virtual = (var->xres_virtual+step) & ~step; in vt8623fb_check_var()
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dlp855x.txt33 /* Heavy smoothing, 24ms ramp time step */
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH111 -x, --load-step=<long int> time to be added to load time, in us
112 -y, --sleep-step=<long int> time to be added to sleep time, in us
/linux-4.4.14/drivers/power/
Dbq25890_charger.c274 u32 step; member
333 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25890_find_idx()
336 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25890_find_idx()
355 return (rtbl->min + idx * rtbl->step); in bq25890_find_val()
/linux-4.4.14/include/uapi/sound/
Dasound.h420 unsigned int step; /* samples distance in bits */ member
892 long step; /* R: step (0 variable) */ member
897 long long step; /* R: step (0 variable) */ member
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx_pb0100.c129 .step = 1, in pb0100_init_controls()
138 .step = 1, in pb0100_init_controls()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c47 u8 channel, u8 *stage, u8 *step,
928 u8 channel, u8 *stage, u8 *step, in _rtl8723e_phy_sw_chnl_step_by_step() argument
971 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
974 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
977 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
990 (*step) = 0; in _rtl8723e_phy_sw_chnl_step_by_step()
1034 (*step)++; in _rtl8723e_phy_sw_chnl_step_by_step()
/linux-4.4.14/drivers/acpi/
Dprocessor_throttling.c929 int i, step; in acpi_processor_get_fadt_info() local
952 step = (1000 / pr->throttling.state_count); in acpi_processor_get_fadt_info()
955 pr->throttling.states[i].performance = 1000 - step * i; in acpi_processor_get_fadt_info()
956 pr->throttling.states[i].power = 1000 - step * i; in acpi_processor_get_fadt_info()
/linux-4.4.14/Documentation/cgroups/
Dhugetlb.txt15 With the above step, the initial or the parent HugeTLB group becomes
/linux-4.4.14/Documentation/DocBook/
Dregulator.xml.db29 API-regulator-get-linear-step
/linux-4.4.14/drivers/media/radio/
Dradio-si476x.c179 .step = 1,
188 .step = 1,
197 .step = 2,
213 .step = 1,
255 .step = 1,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c354 u8 channel, u8 *stage, u8 *step, u32 *delay) in _rtl92s_phy_sw_chnl_step_by_step() argument
394 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
397 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
400 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step()
411 (*step) = 0; in _rtl92s_phy_sw_chnl_step_by_step()
453 (*step)++; in _rtl92s_phy_sw_chnl_step_by_step()
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio137 first step, anyway, is to copy driver file "mxser.tgz" into specified
204 This step is only needed to be executed once. But you still
228 all the source code. This step is only need to be executed once.
231 "3.7" section), then you need to do this step again.
273 completed, follow the below step.
317 please skip this step.
/linux-4.4.14/drivers/hwmon/
Df75375s.c76 #define F75375_REG_FAN_B_TEMP(nr, step) ((0xA0 + (nr) * 0x10) + (step)) argument
77 #define F75375_REG_FAN_B_SPEED(nr, step) \ argument
78 ((0xA5 + (nr) * 0x10) + (step) * 2)
/linux-4.4.14/Documentation/power/
Dstates.txt69 firmware) as the last step during STR transitions and that usually results in
88 state operates similarly to Suspend-to-RAM, but includes a final step
/linux-4.4.14/Documentation/
Ddell_rbu.txt80 Until this step is completed the driver cannot be unloaded.
84 If a user by accident executes steps 1 and 3 above without executing step 2;

123