Lines Matching defs:temp
1456 u32 temp, toffset;
1462 temp = (RREG32(CG_TS0_STATUS) & TS0_ADC_DOUT_MASK) >>
1466 actual_temp = temp / 2 - (0x200 - toffset);
1468 actual_temp = temp / 2 + toffset;
1473 temp = (RREG32(CG_MULT_THERMAL_STATUS) & ASIC_T_MASK) >>
1476 if (temp & 0x400)
1478 else if (temp & 0x200)
1480 else if (temp & 0x100) {
1481 actual_temp = temp & 0x1ff;
1484 actual_temp = temp & 0xff;
1494 u32 temp = RREG32(CG_THERMAL_STATUS) & 0xff;
1495 int actual_temp = temp - 49;