Searched refs:tegra_sku_info (Results 1 – 5 of 5) sorted by relevance
66 struct tegra_sku_info tegra_sku_info; variable78 struct tegra_sku_info *sku);82 struct tegra_sku_info *sku);88 struct tegra_sku_info *sku);143 struct tegra_sku_info *sku, int *threshold) in tegra124_rev_sku_to_speedo_ids()300 struct tegra_sku_info *sku, int speedo_rev, int *threshold) in tegra210_rev_sku_to_speedo_ids()414 printf(" chip_id: %u\n", tegra_sku_info.chip_id); in tegra_efuse_dump_sku()415 printf(" sku_id: %u\n", tegra_sku_info.sku_id); in tegra_efuse_dump_sku()417 printf(" cpu_speedo_id: %u\n", tegra_sku_info.cpu_speedo_id); in tegra_efuse_dump_sku()421 printf(" soc_speedo_id: %u\n", tegra_sku_info.soc_speedo_id); in tegra_efuse_dump_sku()[all …]
40 struct tegra_sku_info { struct58 extern struct tegra_sku_info tegra_sku_info; argument
106 tegra_sku_info.chip_id = chip_id; in tegra_abpmisc_read_revision()107 tegra_sku_info.revision = rev; in tegra_abpmisc_read_revision()
426 sc->process_id = tegra_sku_info.cpu_process_id; in tegra210_cpufreq_attach()427 sc->speedo_id = tegra_sku_info.cpu_speedo_id; in tegra210_cpufreq_attach()428 sc->speedo_value = tegra_sku_info.cpu_speedo_value; in tegra210_cpufreq_attach()
508 sc->process_id = tegra_sku_info.cpu_process_id; in tegra124_cpufreq_attach()509 sc->speedo_id = tegra_sku_info.cpu_speedo_id; in tegra124_cpufreq_attach()510 sc->speedo_value = tegra_sku_info.cpu_speedo_value; in tegra124_cpufreq_attach()