coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fintek_internal.h File Reference
#include <device/pnp.h>
Include dependency graph for fintek_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void f71808a_multifunc_init (struct device *dev)
 
void f71808a_hwm_init (struct device *dev)
 

Function Documentation

◆ f71808a_hwm_init()

void f71808a_hwm_init ( struct device dev)

Definition at line 36 of file f71808a_hwm.c.

References resource::base, BIOS_WARNING, device::chip_info, superio_fintek_f71808a_config::hwm_domain1_en, HWM_DOMAIN1_EN, superio_fintek_f71808a_config::hwm_fan1_boundary_hysteresis, HWM_FAN1_BOUNDARY_HYSTERESIS, superio_fintek_f71808a_config::hwm_fan1_seg1_speed, HWM_FAN1_SEG1_SPEED_REG, superio_fintek_f71808a_config::hwm_fan1_seg2_speed, HWM_FAN1_SEG2_SPEED_REG, superio_fintek_f71808a_config::hwm_fan1_seg3_speed, HWM_FAN1_SEG3_SPEED_REG, superio_fintek_f71808a_config::hwm_fan1_seg4_speed, HWM_FAN1_SEG4_SPEED_REG, superio_fintek_f71808a_config::hwm_fan1_seg5_speed, HWM_FAN1_SEG5_SPEED_REG, superio_fintek_f71808a_config::hwm_fan1_temp_src, HWM_FAN1_TEMP_SRC_REG, superio_fintek_f71808a_config::hwm_fan2_seg1_speed, HWM_FAN2_SEG1_SPEED_REG, superio_fintek_f71808a_config::hwm_fan2_seg2_speed, HWM_FAN2_SEG2_SPEED_REG, superio_fintek_f71808a_config::hwm_fan2_seg3_speed, HWM_FAN2_SEG3_SPEED_REG, superio_fintek_f71808a_config::hwm_fan2_seg4_speed, HWM_FAN2_SEG4_SPEED_REG, superio_fintek_f71808a_config::hwm_fan2_seg5_speed, HWM_FAN2_SEG5_SPEED_REG, superio_fintek_f71808a_config::hwm_fan2_temp_src, HWM_FAN2_TEMP_SRC_REG, superio_fintek_f71808a_config::hwm_peci_tsi_ctrl, HWM_PECI_TSI_CTRL_REG, superio_fintek_f71808a_config::hwm_tcc_temp, HWM_TCC_TEMPERATURE_REG, superio_fintek_f71808a_config::hwm_vt1_boundary_1_temperature, HWM_VT1_BOUNDARY_1_TEMPERATURE, superio_fintek_f71808a_config::hwm_vt1_boundary_2_temperature, HWM_VT1_BOUNDARY_2_TEMPERATURE, superio_fintek_f71808a_config::hwm_vt1_boundary_3_temperature, HWM_VT1_BOUNDARY_3_TEMPERATURE, superio_fintek_f71808a_config::hwm_vt1_boundary_4_temperature, HWM_VT1_BOUNDARY_4_TEMPERATURE, pnp_enter_conf_mode(), pnp_exit_conf_mode(), PNP_IDX_IO0, pnp_write_index(), printk, and probe_resource().

Referenced by f71808a_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ f71808a_multifunc_init()