Searched refs:TEMP_REG (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_adt746x.c42 static u8 TEMP_REG[3] = {0x26, 0x25, 0x27}; /* local, sensor1, sensor2 */ variable
266 th->temps[i] = read_reg(th, TEMP_REG[i]);
522 BUILD_SHOW_FUNC_INT(sensor1_temperature, (read_reg(thermostat, TEMP_REG[1])))
523 BUILD_SHOW_FUNC_INT(sensor2_temperature, (read_reg(thermostat, TEMP_REG[2])))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.h361 #define TEMP_REG 0x1C macro
H A D53c700.c865 NCR_700_writel(temp, host, TEMP_REG);
950 NCR_700_writel(temp, host, TEMP_REG);
1473 NCR_700_writel(slot->temp, SCp->device->host, TEMP_REG);
1594 __u32 temp = NCR_700_readl(host, TEMP_REG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7475.c141 #define TEMP_REG(idx) (REG_TEMP_BASE + (idx)) macro
1508 (adt7475_read(TEMP_REG(i)) << 2) |

Completed in 124 milliseconds