Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dtherm_adt746x.c41 static u8 TEMP_REG[3] = {0x26, 0x25, 0x27}; /* local, sensor1, sensor2 */ variable
203 th->temps[i] = read_reg(th, TEMP_REG[i]); in read_sensors()
374 BUILD_SHOW_FUNC_INT(sensor1_temperature, (read_reg(th, TEMP_REG[1])))
375 BUILD_SHOW_FUNC_INT(sensor2_temperature, (read_reg(th, TEMP_REG[2])))
/linux-4.4.14/drivers/scsi/
D53c700.h361 #define TEMP_REG 0x1C macro
D53c700.c857 NCR_700_writel(temp, host, TEMP_REG); in process_extended_message()
944 NCR_700_writel(temp, host, TEMP_REG); in process_message()
1473 NCR_700_writel(slot->temp, SCp->device->host, TEMP_REG); in NCR_700_start_command()
1594 __u32 temp = NCR_700_readl(host, TEMP_REG); in NCR_700_intr()
/linux-4.4.14/drivers/hwmon/
Dadt7475.c143 #define TEMP_REG(idx) (REG_TEMP_BASE + (idx)) macro
1532 (adt7475_read(TEMP_REG(i)) << 2) | in adt7475_update_device()