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

Go to the source code of this file.

Enumerations

enum  pwm_regulator { PWM_REGULATOR_GPU = 0 , PWM_REGULATOR_BIG , PWM_REGULATOR_LIT , PWM_REGULATOR_CENTERLOG }
 

Functions

void pwm_regulator_configure (enum pwm_regulator pwm, int millivolt)
 

Enumeration Type Documentation

◆ pwm_regulator

Enumerator
PWM_REGULATOR_GPU 
PWM_REGULATOR_BIG 
PWM_REGULATOR_LIT 
PWM_REGULATOR_CENTERLOG 

Definition at line 6 of file pwm_regulator.h.

Function Documentation

◆ pwm_regulator_configure()