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

Data Fields

u32 nr
 
u32 nf
 
u32 no
 
u32 refdiv
 
u32 fbdiv
 
u32 postdiv1
 
u32 postdiv2
 
u32 frac
 
u32 freq
 

Detailed Description

Definition at line 16 of file clock.c.

Field Documentation

◆ fbdiv

u32 pll_div::fbdiv

Definition at line 17 of file clock.c.

Referenced by pll_para_config(), and rkclk_set_pll().

◆ frac

u32 pll_div::frac

Definition at line 20 of file clock.c.

◆ freq

u32 pll_div::freq

Definition at line 21 of file clock.c.

Referenced by rkclk_configure_cpu().

◆ nf

u32 pll_div::nf

Definition at line 18 of file clock.c.

Referenced by pll_para_config(), rkclk_configure_ddr(), and rkclk_set_pll().

◆ no

u32 pll_div::no

Definition at line 19 of file clock.c.

Referenced by pll_para_config(), and rkclk_set_pll().

◆ nr

u32 pll_div::nr

Definition at line 17 of file clock.c.

Referenced by pll_para_config(), and rkclk_set_pll().

◆ postdiv1

u32 pll_div::postdiv1

Definition at line 18 of file clock.c.

Referenced by pll_para_config(), and rkclk_set_pll().

◆ postdiv2

u32 pll_div::postdiv2

Definition at line 19 of file clock.c.

Referenced by pll_para_config(), and rkclk_set_pll().

◆ refdiv

u32 pll_div::refdiv

Definition at line 16 of file clock.c.

Referenced by pll_para_config(), rkclk_configure_ddr(), rkclk_set_dpllssc(), and rkclk_set_pll().


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