Searched refs:TEMP (Results 1 – 3 of 3) sorted by relevance
/drivers/hwmon/ |
D | gl518sm.c | 180 show(TEMP, temp_input1, temp_in); 181 show(TEMP, temp_max1, temp_max); 182 show(TEMP, temp_hyst1, temp_hyst); 272 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX); 273 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
|
/drivers/usb/misc/ |
D | cytherm.c | 137 #define TEMP 0x33 /* RAM location for temperature */ macro 158 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in show_temp()
|
/drivers/scsi/lpfc/ |
D | lpfc_init.c | 2207 uint32_t TEMP; in lpfc_sha_iterate() local 2226 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate() 2228 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate() 2230 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate() 2232 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate() 2234 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate() 2239 A = TEMP; in lpfc_sha_iterate()
|