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

Data Fields

unsigned int freq
 
unsigned int pd
 
unsigned int m
 
unsigned int n
 
unsigned int d
 

Detailed Description

Definition at line 50 of file lcc.c.

Field Documentation

◆ d

unsigned int lcc_freq_tbl::d

Definition at line 55 of file lcc.c.

Referenced by lcc_init_mi2s().

◆ freq

unsigned int lcc_freq_tbl::freq

Definition at line 51 of file lcc.c.

◆ m

unsigned int lcc_freq_tbl::m

Definition at line 53 of file lcc.c.

Referenced by lcc_init_mi2s().

◆ n

unsigned int lcc_freq_tbl::n

Definition at line 54 of file lcc.c.

Referenced by lcc_init_mi2s().

◆ pd

unsigned int lcc_freq_tbl::pd

Definition at line 52 of file lcc.c.

Referenced by lcc_init_mi2s().


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