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

Data Fields

u32 raw
 
struct pll_dividers div
 
struct pllcx_dividers cx
 
struct pllpad_dividers pad
 
struct pllu_dividers u
 
u32 n:8
 
u32 m:8
 
u32 p:5
 
u32 kcp:2
 
u32 kvco:1
 
u32 rsvd:8
 

Detailed Description

Definition at line 62 of file clock.c.

Field Documentation

◆ cx

struct pllcx_dividers pll_fields::cx

Definition at line 63 of file clock.c.

◆ div

struct pll_dividers pll_fields::div

Definition at line 63 of file clock.c.

◆ kcp

u32 pll_fields::kcp

Definition at line 87 of file clock.c.

Referenced by clock_sdram().

◆ kvco

u32 pll_fields::kvco

Definition at line 88 of file clock.c.

Referenced by clock_sdram().

◆ m

u32 pll_fields::m

Definition at line 85 of file clock.c.

Referenced by clock_configure_plld().

◆ n

u32 pll_fields::n

Definition at line 84 of file clock.c.

Referenced by clock_configure_plld(), and clock_sdram().

◆ p

u32 pll_fields::p

Definition at line 86 of file clock.c.

Referenced by clock_configure_plld(), and clock_sdram().

◆ pad

struct pllpad_dividers pll_fields::pad

Definition at line 63 of file clock.c.

◆ raw

u32 pll_fields::raw

Definition at line 63 of file clock.c.

◆ rsvd

u32 pll_fields::rsvd

Definition at line 89 of file clock.c.

◆ u

struct pllu_dividers pll_fields::u

Definition at line 63 of file clock.c.

Referenced by clock_enable_clear_reset().


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