Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
H A Dtherm_adt746x.c43 static u8 TEMP_REG[3] = {0x26, 0x25, 0x27}; /* local, sensor1, sensor2 */ variable
205 th->temps[i] = read_reg(th, TEMP_REG[i]); in read_sensors()
376 BUILD_SHOW_FUNC_INT(sensor1_temperature, (read_reg(th, TEMP_REG[1])))
377 BUILD_SHOW_FUNC_INT(sensor2_temperature, (read_reg(th, TEMP_REG[2])))
/linux/drivers/scsi/
H A D53c700.c870 NCR_700_writel(temp, host, TEMP_REG); in process_extended_message()
956 NCR_700_writel(temp, host, TEMP_REG); in process_message()
1479 NCR_700_writel(slot->temp, SCp->device->host, TEMP_REG); in NCR_700_start_command()
1597 __u32 temp = NCR_700_readl(host, TEMP_REG); in NCR_700_intr()
H A D53c700.h363 #define TEMP_REG 0x1C macro