coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
funit_cfg_data Struct Reference
Collaboration diagram for funit_cfg_data:
Collaboration graph

Data Fields

const char * name
 
voidctlr_base
 
uint32_tclk_src_reg
 
const struct clk_dev_control *const dev_control
 
uint32_t clk_enb_val
 

Detailed Description

Definition at line 16 of file funitcfg.c.

Field Documentation

◆ clk_enb_val

uint32_t funit_cfg_data::clk_enb_val

Definition at line 21 of file funitcfg.c.

Referenced by soc_configure_funits().

◆ clk_src_reg

uint32_t* funit_cfg_data::clk_src_reg

Definition at line 19 of file funitcfg.c.

Referenced by configure_clock().

◆ ctlr_base

void* funit_cfg_data::ctlr_base

Definition at line 18 of file funitcfg.c.

Referenced by soc_configure_funits().

◆ dev_control

const struct clk_dev_control* const funit_cfg_data::dev_control

Definition at line 20 of file funitcfg.c.

Referenced by soc_configure_funits().

◆ name

const char* funit_cfg_data::name

Definition at line 17 of file funitcfg.c.

Referenced by configure_clock().


The documentation for this struct was generated from the following file: