Searched refs:current_temp (Results 1 – 3 of 3) sorted by relevance
430 uint32_t current_temp; in CmdGetTemp() local452 if (!ReadRegister(client, TEMP_ADC_SUM8, ¤t_temp)) { in CmdGetTemp()459 std::cout << "Current tempval = " << ToHexString(current_temp) << "\n"; in CmdGetTemp()472 temp_degc = (((current_temp - temp_offset) << 3)/slope) >> 3; // just grab integer value in CmdGetTemp()
35 u32 current_temp; member
120 cur_temp = readl(®->current_temp) & 0xff; in get_cur_temp()