TEMP_REG
ret = adt7475_read(TEMP_REG(i));
th->temps[i] = read_reg(th, TEMP_REG[i]);
BUILD_SHOW_FUNC_INT(sensor1_temperature, (read_reg(th, TEMP_REG[1])))
BUILD_SHOW_FUNC_INT(sensor2_temperature, (read_reg(th, TEMP_REG[2])))
static u8 TEMP_REG[3] = {0x26, 0x25, 0x27}; /* local, sensor1, sensor2 */
NCR_700_writel(slot->temp, SCp->device->host, TEMP_REG);
__u32 temp = NCR_700_readl(host, TEMP_REG);
NCR_700_writel(temp, host, TEMP_REG);
NCR_700_writel(temp, host, TEMP_REG);