coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
clkbuf.h File Reference
#include <device/mmio.h>
Include dependency graph for clkbuf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  PMIC_RG_DCXO_CW00 = 0x0788 , PMIC_RG_DCXO_CW02 = 0x0790 , PMIC_RG_DCXO_CW08 = 0x079C , PMIC_RG_DCXO_CW09 = 0x079E ,
  PMIC_RG_DCXO_CW09_CLR = 0x07A2 , PMIC_RG_DCXO_CW10 = 0x07A4 , PMIC_RG_DCXO_CW12 = 0x07A8 , PMIC_RG_DCXO_CW13 = 0x07AA ,
  PMIC_RG_DCXO_CW15 = 0x07AE , PMIC_RG_DCXO_CW19 = 0x07B6
}
 
enum  { PMIC_TOP_TMA_KEY = 0x3A8 , PMIC_RG_TOP_SPI_CON1 = 0x458 }
 
enum  { PMIC_TOP_TMA_KEY_UNLOCK = 0x9CA6 }
 
enum  {
  PMIC_RG_LDO_VRFCK_ELR = 0x1B40 , PMIC_RG_LDO_VRFCK_CON0 = 0x1D1C , PMIC_RG_LDO_VRFCK_OP_EN = 0x1D22 , PMIC_RG_LDO_VRFCK_OP_EN_SET = 0x1D24 ,
  PMIC_RG_LDO_VBBCK_CON0 = 0x1D2E , PMIC_RG_LDO_VBBCK_OP_EN = 0x1D34 , PMIC_RG_LDO_VBBCK_OP_EN_SET = 0x1D36
}
 
enum  { PMIC_RG_DCXO_ADLDO_BIAS_ELR_0 = 0x209C , PMIC_RG_DCXO_ADLDO_BIAS_ELR_1 = 0x209E }
 
enum  {
  PMIC_RG_XO_BUF_CTL0 = 0x54C , PMIC_RG_XO_BUF_CTL1 = 0x54E , PMIC_RG_XO_BUF_CTL2 = 0x550 , PMIC_RG_XO_BUF_CTL3 = 0x552 ,
  PMIC_RG_XO_BUF_CTL4 = 0x554 , PMIC_RG_XO_CONN_BT0 = 0x556
}
 

Functions

int clk_buf_init (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PMIC_RG_DCXO_CW00 
PMIC_RG_DCXO_CW02 
PMIC_RG_DCXO_CW08 
PMIC_RG_DCXO_CW09 
PMIC_RG_DCXO_CW09_CLR 
PMIC_RG_DCXO_CW10 
PMIC_RG_DCXO_CW12 
PMIC_RG_DCXO_CW13 
PMIC_RG_DCXO_CW15 
PMIC_RG_DCXO_CW19 

Definition at line 8 of file clkbuf.h.

◆ anonymous enum

anonymous enum
Enumerator
PMIC_TOP_TMA_KEY 
PMIC_RG_TOP_SPI_CON1 

Definition at line 21 of file clkbuf.h.

◆ anonymous enum

anonymous enum
Enumerator
PMIC_TOP_TMA_KEY_UNLOCK 

Definition at line 26 of file clkbuf.h.

◆ anonymous enum

anonymous enum
Enumerator
PMIC_RG_LDO_VRFCK_ELR 
PMIC_RG_LDO_VRFCK_CON0 
PMIC_RG_LDO_VRFCK_OP_EN 
PMIC_RG_LDO_VRFCK_OP_EN_SET 
PMIC_RG_LDO_VBBCK_CON0 
PMIC_RG_LDO_VBBCK_OP_EN 
PMIC_RG_LDO_VBBCK_OP_EN_SET 

Definition at line 30 of file clkbuf.h.

◆ anonymous enum

anonymous enum
Enumerator
PMIC_RG_DCXO_ADLDO_BIAS_ELR_0 
PMIC_RG_DCXO_ADLDO_BIAS_ELR_1 

Definition at line 40 of file clkbuf.h.

◆ anonymous enum

anonymous enum
Enumerator
PMIC_RG_XO_BUF_CTL0 
PMIC_RG_XO_BUF_CTL1 
PMIC_RG_XO_BUF_CTL2 
PMIC_RG_XO_BUF_CTL3 
PMIC_RG_XO_BUF_CTL4 
PMIC_RG_XO_CONN_BT0 

Definition at line 45 of file clkbuf.h.

Function Documentation

◆ clk_buf_init()