Home
last modified time | relevance | path

Searched defs:cpu_volt_def (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c56 struct cpu_volt_def { struct
57 int min_uvolt; /* Min allowed CPU voltage */
58 int max_uvolt; /* Max allowed CPU voltage */
59 int step_uvolt; /* Step of CPU voltage */
60 int speedo_scale; /* Scaling factor for cvt */
61 int speedo_nitems; /* Size of speedo table */
62 struct speedo_entry *speedo_tbl; /* CPU voltage table */
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c57 struct cpu_volt_def { struct
58 int min_uvolt; /* Min allowed CPU voltage */
59 int max_uvolt; /* Max allowed CPU voltage */
60 int step_uvolt; /* Step of CPU voltage */
61 int speedo_scale; /* Scaling factor for cvt */
62 int speedo_nitems; /* Size of speedo table */
63 struct speedo_entry *speedo_tbl; /* CPU voltage table */