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

#include <cdp.h>

Collaboration diagram for uart_clk_mnd_t:
Collaboration graph

Data Fields

unsigned int m_value
 
unsigned int n_value
 
unsigned int d_value
 

Detailed Description

Definition at line 35 of file cdp.h.

Field Documentation

◆ d_value

unsigned int uart_clk_mnd_t::d_value

Definition at line 38 of file cdp.h.

Referenced by uart_init().

◆ m_value

unsigned int uart_clk_mnd_t::m_value

Definition at line 36 of file cdp.h.

Referenced by uart_init().

◆ n_value

unsigned int uart_clk_mnd_t::n_value

Definition at line 37 of file cdp.h.

Referenced by uart_init().


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