Home
last modified time | relevance | path

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

/linux/drivers/soc/tegra/fuse/
A Dtegra-apbmisc.c113 tegra_sku_info.revision = TEGRA_REVISION_A01; in tegra_init_revision()
116 tegra_sku_info.revision = TEGRA_REVISION_A02; in tegra_init_revision()
121 tegra_sku_info.revision = TEGRA_REVISION_A03p; in tegra_init_revision()
123 tegra_sku_info.revision = TEGRA_REVISION_A03; in tegra_init_revision()
126 tegra_sku_info.revision = TEGRA_REVISION_A04; in tegra_init_revision()
129 tegra_sku_info.revision = TEGRA_REVISION_UNKNOWN; in tegra_init_revision()
132 tegra_sku_info.sku_id = tegra_fuse_read_early(FUSE_SKU_INFO); in tegra_init_revision()
A Dfuse.h28 void (*speedo_init)(struct tegra_sku_info *info);
77 void tegra20_init_speedo_data(struct tegra_sku_info *sku_info);
81 void tegra30_init_speedo_data(struct tegra_sku_info *sku_info);
85 void tegra114_init_speedo_data(struct tegra_sku_info *sku_info);
89 void tegra124_init_speedo_data(struct tegra_sku_info *sku_info);
93 void tegra210_init_speedo_data(struct tegra_sku_info *sku_info);
A Dfuse-tegra20.c142 randomness[0] = tegra_sku_info.sku_id; in tegra20_fuse_add_randomness()
145 randomness[3] = tegra_sku_info.cpu_process_id << 16; in tegra20_fuse_add_randomness()
146 randomness[3] |= tegra_sku_info.soc_process_id; in tegra20_fuse_add_randomness()
147 randomness[4] = tegra_sku_info.cpu_speedo_id << 16; in tegra20_fuse_add_randomness()
148 randomness[4] |= tegra_sku_info.soc_speedo_id; in tegra20_fuse_add_randomness()
160 fuse->soc->speedo_init(&tegra_sku_info); in tegra20_fuse_init()
A Dfuse-tegra.c25 struct tegra_sku_info tegra_sku_info; variable
26 EXPORT_SYMBOL(tegra_sku_info);
431 tegra_revision_name[tegra_sku_info.revision]); in tegra_soc_device_register()
542 tegra_revision_name[tegra_sku_info.revision], in tegra_init_fuse()
543 tegra_sku_info.sku_id, tegra_sku_info.cpu_process_id, in tegra_init_fuse()
544 tegra_sku_info.soc_process_id); in tegra_init_fuse()
546 tegra_sku_info.cpu_speedo_id, tegra_sku_info.soc_speedo_id); in tegra_init_fuse()
A Dfuse-tegra30.c71 randomness[0] = tegra_sku_info.sku_id; in tegra30_fuse_add_randomness()
74 randomness[3] = tegra_sku_info.cpu_process_id << 16; in tegra30_fuse_add_randomness()
75 randomness[3] |= tegra_sku_info.soc_process_id; in tegra30_fuse_add_randomness()
76 randomness[4] = tegra_sku_info.cpu_speedo_id << 16; in tegra30_fuse_add_randomness()
77 randomness[4] |= tegra_sku_info.soc_speedo_id; in tegra30_fuse_add_randomness()
97 fuse->soc->speedo_init(&tegra_sku_info); in tegra30_fuse_init()
A Dspeedo-tegra114.c33 static void __init rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info, in rev_sku_to_speedo_ids()
73 void __init tegra114_init_speedo_data(struct tegra_sku_info *sku_info) in tegra114_init_speedo_data()
A Dspeedo-tegra124.c50 static void __init rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info, in rev_sku_to_speedo_ids()
102 void __init tegra124_init_speedo_data(struct tegra_sku_info *sku_info) in tegra124_init_speedo_data()
A Dspeedo-tegra210.c57 static void __init rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info, in rev_sku_to_speedo_ids()
103 void __init tegra210_init_speedo_data(struct tegra_sku_info *sku_info) in tegra210_init_speedo_data()
A Dspeedo-tegra30.c111 static void __init rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info) in rev_sku_to_speedo_ids()
235 void __init tegra30_init_speedo_data(struct tegra_sku_info *sku_info) in tegra30_init_speedo_data()
A Dspeedo-tegra20.c54 void __init tegra20_init_speedo_data(struct tegra_sku_info *sku_info) in tegra20_init_speedo_data()
/linux/include/soc/tegra/
A Dfuse.h37 struct tegra_sku_info { struct
53 extern struct tegra_sku_info tegra_sku_info; argument
62 static struct tegra_sku_info tegra_sku_info __maybe_unused;
/linux/drivers/cpufreq/
A Dtegra20-cpufreq.c60 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
61 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe()
63 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
64 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe()
/linux/drivers/soc/tegra/
A Dcommon.c98 hw_version = BIT(tegra_sku_info.soc_process_id); in devm_tegra_core_dev_init_opp_table()
100 hw_version = BIT(tegra_sku_info.soc_speedo_id); in devm_tegra_core_dev_init_opp_table()
A Dregulators-tegra30.c102 switch (tegra_sku_info.cpu_speedo_id) { in tegra30_core_cpu_limit()
/linux/drivers/clk/tegra/
A Dclk-tegra124-dfll-fcpu.c564 process_id = tegra_sku_info.cpu_process_id; in tegra124_dfll_fcpu_probe()
565 speedo_id = tegra_sku_info.cpu_speedo_id; in tegra124_dfll_fcpu_probe()
566 speedo_value = tegra_sku_info.cpu_speedo_value; in tegra124_dfll_fcpu_probe()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
A Dtegra.c348 tdev->gpu_speedo = tegra_sku_info.gpu_speedo_value; in nvkm_device_tegra_new()
349 tdev->gpu_speedo_id = tegra_sku_info.gpu_speedo_id; in nvkm_device_tegra_new()
/linux/drivers/thermal/tegra/
A Dtegra30-tsensor.c488 if (tegra_sku_info.revision == TEGRA_REVISION_A01) { in tegra_tsensor_nvmem_setup()
504 tegra_sku_info.revision); in tegra_tsensor_nvmem_setup()
/linux/drivers/devfreq/
A Dtegra30-devfreq.c826 u32 hw_version = BIT(tegra_sku_info.soc_speedo_id); in tegra_devfreq_probe()
/linux/drivers/memory/tegra/
A Dtegra124-emc.c1397 u32 hw_version = BIT(tegra_sku_info.soc_speedo_id); in tegra_emc_opp_table_init()
/linux/drivers/phy/tegra/
A Dxusb-tegra210.c2010 if (tegra_sku_info.revision < TEGRA_REVISION_A02) in tegra210_usb2_phy_power_on()
/linux/
A Dvmlinux.symvers5718 0x00000000 tegra_sku_info vmlinux EXPORT_SYMBOL
A DSystem.map162330 ffff80001213ff00 B tegra_sku_info
A D.tmp_System.map162330 ffff80001213ff00 B tegra_sku_info

Completed in 382 milliseconds