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

#include <clock_common.h>

Collaboration diagram for clock_rcg_mnd:
Collaboration graph

Data Fields

struct clock_rcg clock
 
u32 m
 
u32 n
 
u32 d_2
 

Detailed Description

Definition at line 15 of file clock_common.h.

Field Documentation

◆ clock

struct clock_rcg clock_rcg_mnd::clock

Definition at line 11 of file clock_common.h.

◆ d_2

u32 clock_rcg_mnd::d_2

Definition at line 19 of file clock_common.h.

Referenced by clock_configure().

◆ m

u32 clock_rcg_mnd::m

Definition at line 17 of file clock_common.h.

Referenced by clock_configure().

◆ n

u32 clock_rcg_mnd::n

Definition at line 18 of file clock_common.h.

Referenced by clock_configure().


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