Searched refs:set_clos_param (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1691 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_clos_param() function 1910 ret = set_clos_param(id, 0, 0, 0, min_high, 0xff); in set_core_priority_and_min() 1914 ret = set_clos_param(id, 1, 15, 15, min_low, 0xff); in set_core_priority_and_min() 1918 ret = set_clos_param(id, 2, 15, 15, min_low, 0xff); in set_core_priority_and_min() 1922 ret = set_clos_param(id, 3, 15, 15, min_low, 0xff); in set_core_priority_and_min() 2311 ret = set_clos_param(&id, 0, 0, 0, 0, 0xff); in set_fact_enable() 2315 ret = set_clos_param(&id, 1, 15, 15, 0, 0xff); in set_fact_enable() 2319 ret = set_clos_param(&id, 2, 15, 15, 0, 0xff); in set_fact_enable() 2323 ret = set_clos_param(&id, 3, 15, 15, 0, 0xff); in set_fact_enable()
|