Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A Dexynos-tmu.c83 int tmu_mux; member
210 info->tmu_mux = fdtdec_get_int(blob, in get_tmu_fdt_values()
213 if (info->tmu_mux == -1) in get_tmu_fdt_values()
214 info->tmu_mux = 0x6; in get_tmu_fdt_values()
319 con |= THERM_TRIP_EN | CORE_EN | (info->tmu_mux << 20); in tmu_setup_parameters()