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

#include <clk.h>

Collaboration diagram for clk_bit_info:
Collaboration graph

Data Fields

s8 src_bit
 
s8 n_src_bits
 
s8 div_bit
 
s8 prediv_bit
 

Detailed Description

Definition at line 30 of file clk.h.

Field Documentation

◆ div_bit

s8 clk_bit_info::div_bit

Definition at line 33 of file clk.h.

Referenced by clock_get_periph_rate().

◆ n_src_bits

s8 clk_bit_info::n_src_bits

Definition at line 32 of file clk.h.

Referenced by clock_get_periph_rate().

◆ prediv_bit

s8 clk_bit_info::prediv_bit

Definition at line 34 of file clk.h.

Referenced by clock_get_periph_rate().

◆ src_bit

s8 clk_bit_info::src_bit

Definition at line 31 of file clk.h.

Referenced by clock_get_periph_rate().


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