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

Data Fields

u32 n: 10
 
u32 m: 5
 
u32 __pad0__: 3
 
u32 p: 3
 
u32 __pad1__: 1
 
u32 cpcon: 4
 
u32 __pad2__: 6
 

Detailed Description

Definition at line 42 of file clock.c.

Field Documentation

◆ __pad0__

u32 pllpad_dividers::__pad0__

Definition at line 45 of file clock.c.

◆ __pad1__

u32 pllpad_dividers::__pad1__

Definition at line 47 of file clock.c.

◆ __pad2__

u32 pllpad_dividers::__pad2__

Definition at line 49 of file clock.c.

◆ cpcon

u32 pllpad_dividers::cpcon

Definition at line 48 of file clock.c.

Referenced by clock_display().

◆ m

u32 pllpad_dividers::m

Definition at line 44 of file clock.c.

Referenced by clock_display().

◆ n

u32 pllpad_dividers::n

Definition at line 43 of file clock.c.

Referenced by clock_display(), and clock_sdram().

◆ p

u32 pllpad_dividers::p

Definition at line 46 of file clock.c.

Referenced by clock_display(), and clock_sdram().


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