1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_FINTEK_F81866D_CHIP_H
4 #define SUPERIO_FINTEK_F81866D_CHIP_H
8 struct superio_fintek_f81866d_config
{
11 uint8_t hwm_amd_tsi_addr
;
12 uint8_t hwm_amd_tsi_control
;
15 uint8_t hwm_fan_select
;
17 uint8_t hwm_fan3_control
;
18 uint8_t hwm_fan2_temp_map_select
;
20 uint8_t hwm_fan2_bound1
;
21 uint8_t hwm_fan2_bound2
;
22 uint8_t hwm_fan2_bound3
;
23 uint8_t hwm_fan2_bound4
;
24 uint8_t hwm_fan2_seg1_speed
;
25 uint8_t hwm_fan2_seg2_speed
;
26 uint8_t hwm_fan2_seg3_speed
;
27 uint8_t hwm_fan2_seg4_speed
;
28 uint8_t hwm_fan2_seg5_speed
;
30 /* Temp sensor type */
31 uint8_t hwm_temp_sens_type
;
34 #endif /* SUPERIO_FINTEK_F81866D_CHIP_H */