Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_efuse.c336 uint32_t cpu_speedo[3], soc_speedo[3]; in tegra210_init() local
339 cpu_speedo[0] = RD4(sc, TEGRA210_FUSE_CPU_SPEEDO_0); in tegra210_init()
340 cpu_speedo[1] = RD4(sc, TEGRA210_FUSE_CPU_SPEEDO_1); in tegra210_init()
341 cpu_speedo[2] = RD4(sc, TEGRA210_FUSE_CPU_SPEEDO_2); in tegra210_init()
359 sku->cpu_speedo_value = cpu_speedo[0]; in tegra210_init()
360 sku->gpu_speedo_value = cpu_speedo[2]; in tegra210_init()
364 (-1938 + (1095 * cpu_speedo[0] / 100)) / 10; in tegra210_init()
366 (-1662 + (1082 * cpu_speedo[2] / 100)) / 10; in tegra210_init()
371 sku->gpu_speedo_value = cpu_speedo[2] - 75; in tegra210_init()