Home
last modified time | relevance | path

Searched refs:CLOS_PM_CLOS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c157 case CLOS_PM_CLOS: in _send_mbox_command()
956 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_CLOS, clos, 0, in mbox_pm_get_clos()
984 ret = _send_mbox_command(id->cpu, CONFIG_CLOS, CLOS_PM_CLOS, param, req, in mbox_set_clos()
989 debug_printf("cpu:%d CLOS_PM_CLOS param:%x req:%x\n", id->cpu, param, req); in mbox_set_clos()
H A Disst.h65 #define CLOS_PM_CLOS 0x01 macro