Searched refs:REG_TEMP (Results 1 - 3 of 3) sorted by relevance

/drivers/hwmon/
H A Dk8temp.c36 #define REG_TEMP 0xe4 macro
64 pci_read_config_byte(pdev, REG_TEMP, &tmp);
66 pci_write_config_byte(pdev, REG_TEMP, tmp);
67 pci_read_config_dword(pdev, REG_TEMP, &data->temp[0][0]);
71 pci_write_config_byte(pdev, REG_TEMP, tmp);
72 pci_read_config_dword(pdev, REG_TEMP,
79 pci_write_config_byte(pdev, REG_TEMP, tmp);
80 pci_read_config_dword(pdev, REG_TEMP,
85 pci_write_config_byte(pdev, REG_TEMP, tmp);
86 pci_read_config_dword(pdev, REG_TEMP,
[all...]
H A Demc2103.c33 static const u8 REG_TEMP[4] = { 0x00, 0x02, 0x04, 0x06 }; variable
160 read_temp_from_i2c(client, REG_TEMP[i], &data->temp[i]);
/drivers/regulator/
H A Dtps62360-regulator.c48 #define REG_TEMP 5 macro

Completed in 436 milliseconds