Home
last modified time | relevance | path

Searched refs:ist_info (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dspeedstep-smi.c106 if (!(ist_info.event & 0xFFFF)) { in speedstep_smi_get_freqs()
338 ist_info.signature, ist_info.command, in speedstep_init()
339 ist_info.event, ist_info.perf_level); in speedstep_init()
343 if ((ist_info.signature != 0x47534943) && ( in speedstep_init()
350 smi_sig = ist_info.signature; in speedstep_init()
356 smi_port = ist_info.command & 0xff; in speedstep_init()
361 smi_cmd = (ist_info.command >> 16) & 0xff; in speedstep_init()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dist.h14 struct ist_info { struct
23 extern struct ist_info ist_info; argument
H A Dbootparam.h93 struct ist_info ist_info; /* 0x060 */ member
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dmain.c94 boot_params.ist_info.signature = oreg.eax; in query_ist()
95 boot_params.ist_info.command = oreg.ebx; in query_ist()
96 boot_params.ist_info.event = oreg.ecx; in query_ist()
97 boot_params.ist_info.perf_level = oreg.edx; in query_ist()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dist.h12 extern struct ist_info ist_info;
H A Dbootparam_utils.h61 BOOT_PARAM_PRESERVE(ist_info), in sanitize_boot_params()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c132 struct ist_info ist_info; variable
133 EXPORT_SYMBOL(ist_info);
135 struct ist_info ist_info; variable
863 ist_info = boot_params.ist_info; in setup_arch()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dzero-page.rst20 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information
21 (struct ist_info)
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h180 struct ist_info ist_info; /* 0x060 */ member
H A Dist.h23 struct ist_info { struct