Searched defs:cpu_volt_def (Results 1 – 2 of 2) sorted by relevance
60 struct cpu_volt_def { struct61 int min_uvolt; /* Min allowed CPU voltage */62 int max_uvolt; /* Max allowed CPU voltage */63 int step_uvolt; /* Step of CPU voltage */64 int speedo_scale; /* Scaling factor for cvt */65 int speedo_nitems; /* Size of speedo table */66 struct speedo_entry *speedo_tbl; /* CPU voltage table */
59 struct cpu_volt_def { struct60 int min_uvolt; /* Min allowed CPU voltage */61 int max_uvolt; /* Max allowed CPU voltage */62 int step_uvolt; /* Step of CPU voltage */63 int speedo_scale; /* Scaling factor for cvt */64 int speedo_nitems; /* Size of speedo table */65 struct speedo_entry *speedo_tbl; /* CPU voltage table */