Lines Matching refs:temp
12 * Chip #vin #fan #pwm #temp devid
40 /* (temp & vin) channel conversion status register flags (pdf sec.11.5.12) */
42 #define CHAN_ENA 0x01 /* enabled channel (temp or vin) */
217 s8 temp[3]; /* Register value */
371 data->temp[i] = pc87360_read_value(data,
536 /* (temp & vin) channel status register alarm bits (pdf sec.11.5.12) */
539 #define TEMP_ALM_CRIT 0x08 /* temp crit exceeded (temp only) */
882 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[attr->index]));
1013 * register (sec 12.3.7), not the temp event status registers (sec
1340 /* thermistors are temp[4-6], measured on vin[11-14] */
1341 dev_dbg(&pdev->dev, "bios temp%d_status:0x%02x\n", i-7, reg);
1349 dev_dbg(&pdev->dev, "bios temp%d_status:0x%02x\n", i + 1, reg);
1354 "Forcibly enabling temp%d\n", i + 1);
1373 "Skipping temp%d, pin already in use by temp%d\n",
1383 "Forcibly enabling temp%d\n",
1409 dev_dbg(&pdev->dev, "bios temp-cfg:0x%02x\n", reg);