Searched refs:set_clos_param (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 1584 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_clos_param() function 1803 ret = set_clos_param(id, 0, 0, 0, min_high, 0xff); in set_core_priority_and_min() 1807 ret = set_clos_param(id, 1, 15, 15, min_low, 0xff); in set_core_priority_and_min() 1811 ret = set_clos_param(id, 2, 15, 15, min_low, 0xff); in set_core_priority_and_min() 1815 ret = set_clos_param(id, 3, 15, 15, min_low, 0xff); in set_core_priority_and_min() 2199 ret = set_clos_param(&id, 0, 0, 0, 0, 0xff); in set_fact_enable() 2203 ret = set_clos_param(&id, 1, 15, 15, 0, 0xff); in set_fact_enable() 2207 ret = set_clos_param(&id, 2, 15, 15, 0, 0xff); in set_fact_enable() 2211 ret = set_clos_param(&id, 3, 15, 15, 0, 0xff); in set_fact_enable()
|