Home
last modified time | relevance | path

Searched refs:TRITSR_TEMP0_VAL_MASK (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/thermal/
Dimx8mm_thermal.c25 #define TRITSR_TEMP0_VAL_MASK 0xff macro
66 val = readl_relaxed(tmu->base + TRITSR) & TRITSR_TEMP0_VAL_MASK; in imx8mm_tmu_get_temp()
87 FIELD_GET(TRITSR_TEMP0_VAL_MASK, val); in imx8mp_tmu_get_temp()