Searched refs:temp8 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/ddb5477/
H A Dsetup.c330 u8 temp8; local
367 pci_read_config_byte(&dev_m5229, 0x50, &temp8);
368 pci_write_config_byte(&dev_m5229, 0x50, temp8 | 0x1);
373 pci_read_config_byte(&dev_m5229, 0x04, &temp8);
374 pci_write_config_byte(&dev_m5229, 0x04, temp8 | 0x5);
389 pci_read_config_byte(&dev_m5229, 0x4a, &temp8);
390 pci_write_config_byte(&dev_m5229, 0x4a, temp8 | 0x1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm90.c212 s8 temp8[5]; /* 0: local input member in struct:lm90_data
233 return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp8[attr->index]));
254 data->temp8[nr] = TEMP1_TO_REG_ADT7461(val);
256 data->temp8[nr] = TEMP1_TO_REG(val);
257 i2c_smbus_write_byte_data(client, reg[nr - 1], data->temp8[nr]);
304 return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp8[attr->index])
317 hyst = TEMP1_FROM_REG(data->temp8[3]) - val;
692 lm90_read_reg(client, LM90_REG_R_LOCAL_TEMP, &data->temp8[0]);
693 lm90_read_reg(client, LM90_REG_R_LOCAL_LOW, &data->temp8[1]);
694 lm90_read_reg(client, LM90_REG_R_LOCAL_HIGH, &data->temp8[
[all...]
H A Dlm63.c168 s8 temp8[3]; /* 0: local input member in struct:lm63_data
248 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index]));
259 data->temp8[1] = TEMP8_TO_REG(val);
260 i2c_smbus_write_byte_data(client, LM63_REG_LOCAL_HIGH, data->temp8[1]);
305 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[2])
320 hyst = TEMP8_FROM_REG(data->temp8[2]) - val;
602 data->temp8[0] = i2c_smbus_read_byte_data(client,
604 data->temp8[1] = i2c_smbus_read_byte_data(client,
620 data->temp8[2] = i2c_smbus_read_byte_data(client,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_altivec_template.c1066 vector unsigned char temp8 = vec_mergeh(tempE, tempM); local
1075 tempA = vec_mergeh(temp0, temp8);
1076 tempB = vec_mergel(temp0, temp8);
1100 temp8 = vec_mergeh(tempE, tempM);
1117 vec_st(temp8, 128, dst);
1165 vector unsigned char temp8 = vec_mergeh(tempE, tempM); local
1170 tempA = vec_mergeh(temp0, temp8);
1171 tempB = vec_mergel(temp0, temp8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c2344 int temp8, i; local
2387 XCHG(h->left_border[offset+i*step], src_y [i* linesize], temp8, xchg);
2389 XCHG(h->left_border[offset+i*step], src_y [i* linesize], temp8, 1);
2403 XCHG(h->left_border[uvoffset+34 +i*step], src_cb[i*uvlinesize], temp8, xchg);
2404 XCHG(h->left_border[uvoffset+34+18+i*step], src_cr[i*uvlinesize], temp8, xchg);
2406 XCHG(h->left_border[uvoffset+34 +i*step], src_cb[i*uvlinesize], temp8, 1);
2407 XCHG(h->left_border[uvoffset+34+18+i*step], src_cr[i*uvlinesize], temp8, 1);

Completed in 142 milliseconds