Searched refs:volt (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ds3c_adc_battery.h5 int volt; /* mV */ member in struct:s3c_adc_bat_thresh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram242x.S103 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl.
107 orr r5, r5, r9 @ bulld value for L0/L1-volt operation.
151 movne r9, #0x0 @ if up set flag up for pre up, hi volt
169 moveq r9, #0x1 @ if speed down, post down, drop volt
197 ldr r10, omap242x_srs_prcm_voltctrl @ get addr of volt ctrl
201 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
H A Dsram243x.S103 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl.
107 orr r5, r5, r9 @ bulld value for L0/L1-volt operation.
151 movne r9, #0x0 @ if up set flag up for pre up, hi volt
169 moveq r9, #0x1 @ if speed down, post down, drop volt
197 ldr r10, omap243x_srs_prcm_voltctrl @ get addr of volt ctrl
201 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dbq27x00_battery.c121 int volt = 0; local
123 ret = bq27x00_read(BQ27x00_REG_VOLT, &volt, 0, di);
129 return volt * 1000;
H A Ds3c_adc_battery.c152 if (full_volt < calc_full_volt(lut->volt, lut->cur,
159 lut_volt1 = calc_full_volt(lut[0].volt, lut[0].cur,
161 lut_volt2 = calc_full_volt(lut[1].volt, lut[1].cur,
H A Dintel_mid_battery.c146 u8 volt; /* Fine adjustment of constant charge voltage */ member in struct:battery_property
193 prop->volt = *p++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0288.c318 static int stv0288_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t volt) argument
321 volt == SEC_VOLTAGE_13 ? "SEC_VOLTAGE_13" :
322 volt == SEC_VOLTAGE_18 ? "SEC_VOLTAGE_18" : "??");
H A Dsi21xx.c454 static int si21xx_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t volt) argument
460 volt == SEC_VOLTAGE_13 ? "SEC_VOLTAGE_13" :
461 volt == SEC_VOLTAGE_18 ? "SEC_VOLTAGE_18" : "??");
466 switch (volt) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dfschmd.c284 u8 volt[6]; /* voltage */ member in struct:fschmd_data
330 return sprintf(buf, "%d\n", (data->volt[index] * dmi_vref *
333 return sprintf(buf, "%d\n", (data->volt[index] *
1308 data->volt[i] = i2c_smbus_read_byte_data(client,
H A Dadt7475.c263 static inline u16 volt2reg(int channel, long volt, u8 bypass_attn) argument
269 reg = (volt * 1024) / 2250;
271 reg = (volt * r[1] * 1024) / ((r[0] + r[1]) * 2250);

Completed in 202 milliseconds