Searched refs:phl (Results 1 – 1 of 1) sorted by relevance
336 uint16 phl = read16(device->registers + PCH_THERMAL_PHL); in pch_thermal_init_device() local337 phl = (phl >> PCH_THERMAL_PHL_PHLL_SHIFT) & PCH_THERMAL_PHL_PHLL_MASK; in pch_thermal_init_device()338 device->hotTemp = (phl != 0) ? (uint32)phl * 10 / 2 - 500 : 0; in pch_thermal_init_device()