coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef EC_KONTRON_IT8516E_EC_H
4 #define EC_KONTRON_IT8516E_EC_H
5 
6 enum { /* PNP logical device numbers */
17 };
18 
19 enum it8516e_fan_modes { /* Possible modes of fan control */
24 };
25 
26 enum it8516e_systemp_types { /* Possible sources of system temperature */
32 
33  /* add any new types above this line. */
35 };
36 
37 #endif
@ IT8516E_LDN_SWUC
Definition: ec.h:9
@ IT8516E_LDN_PM3
Definition: ec.h:16
@ IT8516E_LDN_PM2
Definition: ec.h:15
@ IT8516E_LDN_UART2
Definition: ec.h:8
@ IT8516E_LDN_SMFI
Definition: ec.h:12
@ IT8516E_LDN_UART1
Definition: ec.h:7
@ IT8516E_LDN_PM1
Definition: ec.h:14
@ IT8516E_LDN_MOUSE
Definition: ec.h:10
@ IT8516E_LDN_BRAM
Definition: ec.h:13
@ IT8516E_LDN_KBD
Definition: ec.h:11
it8516e_fan_modes
Definition: ec.h:19
@ IT8516E_MODE_THERMAL
Definition: ec.h:23
@ IT8516E_MODE_SPEED
Definition: ec.h:22
@ IT8516E_MODE_AUTO
Definition: ec.h:20
@ IT8516E_MODE_PWM
Definition: ec.h:21
it8516e_systemp_types
Definition: ec.h:26
@ IT8516E_SYSTEMP_NONE
Definition: ec.h:27
@ IT8516E_SYSTEMP_LASTPLUSONE
Definition: ec.h:34
@ IT8516E_SYSTEMP_AMD
Definition: ec.h:28
@ IT8516E_SYSTEMP_GPIO16
Definition: ec.h:30
@ IT8516E_SYSTEMP_LM75_90
Definition: ec.h:29
@ IT8516E_SYSTEMP_LM75_9e
Definition: ec.h:31