Lines Matching +full:non +full:- +full:linear
1 // SPDX-License-Identifier: GPL-2.0
14 /* ACPI P-States Helper Functions for AMD Processors ***************/
81 * cpu -> the cpu that gets evaluated
82 * boost_states -> how much boost states the machines support
85 * pstates -> a pointer to an array of size MAX_HW_PSTATES
88 * no -> amount of pstates above array got filled up with
90 * returns zero on success, -1 on failure
103 return -1; in decode_pstates()
106 return -1; in decode_pstates()
114 return -1; in decode_pstates()
117 return -1; in decode_pstates()
140 return -ENODEV; in amd_pci_get_num_boost_states()
153 /* ACPI P-States Helper Functions for AMD Processors ***************/
155 /* AMD P-State Helper Functions ************************************/
202 * frequency. So we read it back from amd-pstate sysfs entry. in amd_pstate_show_perf_and_freq()
213 printf(_(" AMD PSTATE Lowest Non-linear Performance: %lu. Lowest Non-linear Frequency: "), in amd_pstate_show_perf_and_freq()
225 /* AMD P-State Helper Functions ************************************/