coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pmic.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  AS3722_SDO0 = 0 , AS3722_SDO1 , AS3722_SDO2 , AS3722_SDO3 ,
  AS3722_SDO4 , AS3722_SDO5 , AS3722_SDO6 , AS3722_LDO0 = 0x10 ,
  AS3722_LDO1 , AS3722_LDO2 , AS3722_LDO3 , AS3722_LDO4 ,
  AS3722_LDO5 , AS3722_LDO6 , AS3722_LDO7 , AS3722_LDO9 = 0x19 ,
  AS3722_LDO10 , AS3722_LDO11
}
 

Functions

void pmic_init (unsigned int bus)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
AS3722_SDO0 
AS3722_SDO1 
AS3722_SDO2 
AS3722_SDO3 
AS3722_SDO4 
AS3722_SDO5 
AS3722_SDO6 
AS3722_LDO0 
AS3722_LDO1 
AS3722_LDO2 
AS3722_LDO3 
AS3722_LDO4 
AS3722_LDO5 
AS3722_LDO6 
AS3722_LDO7 
AS3722_LDO9 
AS3722_LDO10 
AS3722_LDO11 

Definition at line 6 of file pmic.h.

Function Documentation

◆ pmic_init()

void pmic_init ( unsigned int  bus)

Definition at line 34 of file pmic.c.