Searched refs:TEMP_REG (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/macintosh/ |
D | therm_adt746x.c | 41 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.1.27/drivers/scsi/ |
D | 53c700.h | 361 #define TEMP_REG 0x1C macro
|
D | 53c700.c | 858 NCR_700_writel(temp, host, TEMP_REG); in process_extended_message() 945 NCR_700_writel(temp, host, TEMP_REG); in process_message() 1470 NCR_700_writel(slot->temp, SCp->device->host, TEMP_REG); in NCR_700_start_command() 1591 __u32 temp = NCR_700_readl(host, TEMP_REG); in NCR_700_intr()
|
/linux-4.1.27/drivers/hwmon/ |
D | adt7475.c | 143 #define TEMP_REG(idx) (REG_TEMP_BASE + (idx)) macro 1532 (adt7475_read(TEMP_REG(i)) << 2) | in adt7475_update_device()
|