[go: nahoru, domu]

Searched defs:step (Results 1 - 25 of 78) sorted by relevance

1234

/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Dvolt.h11 s16 step; member in struct:nvbios_volt
/drivers/media/pci/mantis/
H A Dmantis_dma.c154 u32 line, step; local
164 for (step = 0; step < MANTIS_DMA_TR_UNITS; step++) {
165 dprintk(MANTIS_DEBUG, 1, "RISC PROG line=[%d], step=[%d]", line, step);
166 if (step == 0) {
/drivers/crypto/qce/
H A Dcore.c153 u32 major, minor, step; local
155 qce_get_version(qce, &major, &minor, &step);
168 major, minor, step);
H A Dcommon.c430 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) argument
437 *step = (val & CORE_STEP_REV_MASK) >> CORE_STEP_REV_SHIFT;
/drivers/hid/
H A Dhid-microsoft.c195 int step = ((value & 0x60) >> 5) + 1; local
199 input_report_rel(input, REL_WHEEL, step);
202 input_report_rel(input, REL_WHEEL, -step);
/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, argument
101 (GDC_CMD_BITMAP << 16) | (2 + (step * height));
106 memcpy(&cmd[9 + i * step], line, step << 2);
110 for (k = 0; k < step; k++)
111 cmd[9 + i * step + k] =
112 cpu_to_be32(cmd[9 + i * step + k]);
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, argument
134 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step));
144 for (j = 0; j < step;
163 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
197 u16 step; local
[all...]
/drivers/char/agp/
H A Disoch.c88 u32 step, rem, rem_isoch, rem_async; local
242 step = rq_async / ndevs;
243 rem_async = step + (rq_async % ndevs);
255 ? (rem_async + rem_isoch) : step;
/drivers/clk/sunxi/
H A Dclk-mod0.c115 u16 step, mmc_div; local
148 step = DIV_ROUND_CLOSEST(360, mmc_div);
149 return delay * step;
182 u16 step, mmc_div; local
200 step = DIV_ROUND_CLOSEST(360, mmc_div);
201 delay = DIV_ROUND_CLOSEST(degrees, step);
/drivers/cpufreq/
H A De_powersaver.c186 int k, step, voltage; local
358 step = ((max_voltage - min_voltage) * 256)
361 voltage = (k * step) / 256 + min_voltage;
H A Dpowernow-k8.c244 * Reduce the vid by the max of step or reqvid.
249 u32 reqvid, u32 step)
251 if ((data->currvid - reqvid) > step)
252 reqvid = data->currvid - step;
680 pr_debug("maximum voltage step: %d - 0x%x\n", mvs, data->vidmvs);
248 decrease_vid_code_by_step(struct powernow_k8_data *data, u32 reqvid, u32 step) argument
/drivers/input/
H A Dinput-mt.c296 static int adjust_dual(int *begin, int step, int *end, int eq) argument
304 p = begin + step;
307 for (; p != end; p += step)
319 for (p = begin; p != end; p += step)
/drivers/misc/eeprom/
H A Deeprom_93xx46.c198 int i, ret, step = 1; local
212 step = 2;
226 for (i = 0; i < count; i += step) {
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ptp.c331 u32 step; local
361 step = 2 * (fm10k_read_reg(hw, FM10K_SYSTIME_CFG) &
365 if ((period && (period < step)) || (period > U32_MAX))
/drivers/staging/vt6655/
H A Dchannel.c590 unsigned int step = 0; local
603 step = 4;
609 step = 1;
617 byCh = get_channel_mapping(pDevice, (unsigned char)(pIE_Country->abyCountryInfo[ii*3]+step*uu), ePHYType);
/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c369 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; local
372 unsigned int uaddr = sy * step + sx - 1;
377 uaddr += step;
381 unsigned int uaddr = sy * step + sx + width;
386 uaddr += step;
408 u_int32_t step; local
420 step = (width + 7) >> 3;
421 charcell = height * step;
424 if (width == step << 3) {
456 if ((step
[all...]
/drivers/iio/adc/
H A Dti_am335x_adc.c69 u32 step; local
71 step = adc_dev->channel_step[i];
73 return 1 << (step + 1);
/drivers/macintosh/
H A Dtherm_adt746x.c238 int step = (255 - fan_speed) / 7; local
247 new_speed = fan_speed + ((var-1)*step);
/drivers/media/v4l2-core/
H A Dv4l2-common.c119 u64 step = _step; local
123 &min, &max, &step, &def, &qctrl->flags);
130 qctrl->step = step;
/drivers/net/ethernet/sfc/
H A Dnic.c310 u32 step:6, rows:21; member in struct:efx_nic_reg_table
313 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \
317 step, rows \
389 len += table->rows * min_t(size_t, table->step, 16);
418 size = min_t(size_t, table->step, 16);
421 switch (table->step) {
/drivers/pci/hotplug/
H A Dpciehp_hpc.c247 int delay = 1000, step = 20; local
257 msleep(step);
258 delay -= step;
264 PCI_FUNC(devfn), count, step, l);
/drivers/regulator/
H A Dmax8998.c53 int step; member in struct:voltage_map_desc
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
[all...]
/drivers/acpi/
H A Dprocessor_throttling.c933 int i, step; local
956 step = (1000 / pr->throttling.state_count);
959 pr->throttling.states[i].performance = 1000 - step * i;
960 pr->throttling.states[i].power = 1000 - step * i;
1230 "Throttling not supported on PIIX4 A- or B-step\n"));
/drivers/char/
H A Dmbcs.c183 union algo_step step; local
185 step.algo_step_reg = 0;
197 step.alg_step_cnt = algoStepCount;
198 MBCS_MMR_SET(mmr, MBCS_ALG_STEP, step.algo_step_reg);
/drivers/media/common/
H A Dcx2341x.c133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags)
146 *step = 0;
151 *max = *step = 1;
551 s32 min, s32 max, s32 step, s32 def)
570 &min, &max, &step, &def, &qctrl->flags);
573 qctrl->step = step;
580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def);
1489 u32 id, s32 min, s32 max, s32 step, s32 def)
1494 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step,
132 cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) argument
550 cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) argument
1488 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) argument
1511 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) argument
[all...]
/drivers/media/dvb-frontends/
H A Ddib0070.c65 s8 step; member in struct:dib0070_state
194 state->step = state->captrim = state->fcaptrim = 64;
200 state->step /= 2;
227 state->captrim += (step_sign * state->step);
229 if (state->step >= 1)

Completed in 537 milliseconds

1234