coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_ITE_IT8772F_CHIP_H
4 #define SUPERIO_ITE_IT8772F_CHIP_H
5 
6 #include <device/device.h>
7 #include "it8772f.h"
8 
10  /* GPIO SimpleIO register values via devicetree.cb */
17 
19 
20  /*
21  * Enable external temperature sensor to use PECI GetTemp()
22  * command and store in register TMPIN 1, 2, or 3.
23  */
25 
26  /*
27  * Enable thermal mode on tmpinx.
28  */
31 
32  /*
33  * Enable a FAN for software control.
34  */
38 
39  /*
40  * Default FAN speed
41  */
44 };
45 
46 #endif /* SUPERIO_ITE_IT8772F_CHIP_H */
thermal_mode
Definition: it8772f.h:7
uint8_t u8
Definition: stdint.h:45
enum thermal_mode tmpin2_mode
Definition: chip.h:30
enum thermal_mode tmpin1_mode
Definition: chip.h:29