Searched refs:tegra_sku_info (Results 1 – 5 of 5) sorted by relevance
63 struct tegra_sku_info tegra_sku_info; variable75 struct tegra_sku_info *sku);79 struct tegra_sku_info *sku);85 struct tegra_sku_info *sku);140 struct tegra_sku_info *sku, int *threshold) in tegra124_rev_sku_to_speedo_ids()190 tegra124_init(struct tegra_efuse_softc *sc, struct tegra_sku_info *sku) in tegra124_init()297 struct tegra_sku_info *sku, int speedo_rev, int *threshold) in tegra210_rev_sku_to_speedo_ids()330 tegra210_init(struct tegra_efuse_softc *sc, struct tegra_sku_info *sku) in tegra210_init()406 printf(" chip_id: %u\n", tegra_sku_info.chip_id); in tegra_efuse_dump_sku()407 printf(" sku_id: %u\n", tegra_sku_info.sku_id); in tegra_efuse_dump_sku()[all …]
38 struct tegra_sku_info { struct56 extern struct tegra_sku_info tegra_sku_info; argument
104 tegra_sku_info.chip_id = chip_id; in tegra_abpmisc_read_revision()105 tegra_sku_info.revision = rev; in tegra_abpmisc_read_revision()
422 sc->process_id = tegra_sku_info.cpu_process_id; in tegra210_cpufreq_attach()423 sc->speedo_id = tegra_sku_info.cpu_speedo_id; in tegra210_cpufreq_attach()424 sc->speedo_value = tegra_sku_info.cpu_speedo_value; in tegra210_cpufreq_attach()
504 sc->process_id = tegra_sku_info.cpu_process_id; in tegra124_cpufreq_attach()505 sc->speedo_id = tegra_sku_info.cpu_speedo_id; in tegra124_cpufreq_attach()506 sc->speedo_value = tegra_sku_info.cpu_speedo_value; in tegra124_cpufreq_attach()