coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dptf.c File Reference
Include dependency graph for dptf.c:

Go to the source code of this file.

Functions

const struct dptf_platform_infoget_dptf_platform_info (void)
 

Variables

static const struct dptf_platform_info adl_dptf_platform_info
 

Function Documentation

◆ get_dptf_platform_info()

const struct dptf_platform_info* get_dptf_platform_info ( void  )

Definition at line 31 of file dptf.c.

Referenced by write_device_definitions().

Here is the caller graph for this function:

Variable Documentation

◆ adl_dptf_platform_info

const struct dptf_platform_info adl_dptf_platform_info
static
Initial value:
= {
.use_eisa_hids = false,
.dptf_device_hid = "INTC1041",
.generic_hid = "INTC1046",
.fan_hid = "INTC1048",
.tpch_device_hid = "INTC1049",
.tpwr_device_hid = "INTC1060",
.tbat_device_hid = "INTC1061",
.tpch_method_names = {
.set_fivr_low_clock_method = "RFC0",
.set_fivr_high_clock_method = "RFC1",
.get_fivr_low_clock_method = "GFC0",
.get_fivr_high_clock_method = "GFC1",
.get_fivr_ssc_method = "GEMI",
.get_fivr_switching_fault_status = "GFFS",
.get_fivr_switching_freq_mhz = "GFCS",
},
}

Definition at line 1 of file dptf.c.

Referenced by get_dptf_platform_info().