Searched refs:throtl_level (Results 1 – 1 of 1) sorted by relevance
296 int throtl_level; in cpupm_throttle_get_max() local308 throtl_level = CPU_ACPI_TPC(handle); in cpupm_throttle_get_max()313 if ((throtl_level < 0) || (throtl_level > max_throttle_lvl)) { in cpupm_throttle_get_max()315 "_TPC out of range %d", cp->cpu_id, throtl_level); in cpupm_throttle_get_max()316 throtl_level = 0; in cpupm_throttle_get_max()319 return (throtl_level); in cpupm_throttle_get_max()