coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pll Struct Reference

#include <pll_common.h>

Collaboration diagram for pll:
Collaboration graph

Data Fields

voidreg
 
voidpwr_reg
 
voiddiv_reg
 
voidpcw_reg
 
const u32div_rate
 
u8 rstb_shift
 
u8 pcwbits
 
u8 div_shift
 
u8 pcw_shift
 

Detailed Description

Definition at line 32 of file pll_common.h.

Field Documentation

◆ div_rate

const u32* pll::div_rate

Definition at line 37 of file pll_common.h.

Referenced by pll_calc_values().

◆ div_reg

void* pll::div_reg

Definition at line 35 of file pll_common.h.

Referenced by pll_set_pcw_change(), and pll_set_rate_regs().

◆ div_shift

u8 pll::div_shift

Definition at line 40 of file pll_common.h.

Referenced by pll_set_rate_regs().

◆ pcw_reg

void* pll::pcw_reg

Definition at line 36 of file pll_common.h.

Referenced by pll_set_pcw_change(), and pll_set_rate_regs().

◆ pcw_shift

u8 pll::pcw_shift

Definition at line 41 of file pll_common.h.

Referenced by pll_set_rate_regs().

◆ pcwbits

u8 pll::pcwbits

Definition at line 39 of file pll_common.h.

Referenced by pll_calc_values(), and pll_set_rate_regs().

◆ pwr_reg

void* pll::pwr_reg

Definition at line 34 of file pll_common.h.

◆ reg

void* pll::reg

Definition at line 33 of file pll_common.h.

◆ rstb_shift

u8 pll::rstb_shift

Definition at line 38 of file pll_common.h.


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