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

Go to the source code of this file.

Functions

static u8 pnp_read_hwm5_index (u16 base, u8 reg)
 
static void pnp_write_hwm5_index (u16 base, u8 reg, u8 value)
 
static void pnp_unset_and_set_hwm5_index (u16 base, u8 reg, u8 unset, u8 set)
 

Function Documentation

◆ pnp_read_hwm5_index()

static u8 pnp_read_hwm5_index ( u16  base,
u8  reg 
)
inlinestatic

Definition at line 26 of file hwm5_conf.h.

References base, and pnp_read_index().

Referenced by enable_beeps(), enable_fan(), enable_tmpin(), extemp_force_idle_status(), init_hwm(), it8772f_enable_fan(), it8772f_enable_tmpin(), it8772f_extemp_force_idle_status(), and ite_ec_init().

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

◆ pnp_unset_and_set_hwm5_index()

static void pnp_unset_and_set_hwm5_index ( u16  base,
u8  reg,
u8  unset,
u8  set 
)
inlinestatic

Definition at line 71 of file hwm5_conf.h.

References base, and pnp_unset_and_set_index().

Here is the call graph for this function:

◆ pnp_write_hwm5_index()

static void pnp_write_hwm5_index ( u16  base,
u8  reg,
u8  value 
)
inlinestatic