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

struct max77686_para - max77686 register parameters More...

#include <max77686.h>

Collaboration diagram for max77686_para:
Collaboration graph

Data Fields

u8 vol_addr
 
u8 vol_bitpos
 
u8 vol_bitmask
 
u8 reg_enaddr
 
u8 reg_enbitpos
 
u8 reg_enbitmask
 
u8 reg_enbiton
 
u8 reg_enbitoff
 
u16 vol_min
 
u16 vol_div
 

Detailed Description

struct max77686_para - max77686 register parameters

Parameters
vol_addri2c address of the given buck/ldo register
vol_bitposbit position to be set or clear within register
vol_bitmaskbit mask value
reg_enaddrcontrol register address, which enable the given buck/ldo.
reg_enbitposbit position to be enabled
reg_enbitonvalue to be written to buck/ldo to make it ON
reg_enbitoffvalue to be written to buck/ldo to make it OFF
vol_minminimum voltage level supported by given buck/ldo
vol_divvoltage division value of given buck/ldo

Definition at line 58 of file max77686.h.

Field Documentation

◆ reg_enaddr

u8 max77686_para::reg_enaddr

Definition at line 62 of file max77686.h.

Referenced by max77686_enablereg().

◆ reg_enbitmask

u8 max77686_para::reg_enbitmask

Definition at line 64 of file max77686.h.

Referenced by max77686_enablereg().

◆ reg_enbitoff

u8 max77686_para::reg_enbitoff

Definition at line 66 of file max77686.h.

◆ reg_enbiton

u8 max77686_para::reg_enbiton

Definition at line 65 of file max77686.h.

Referenced by max77686_enablereg().

◆ reg_enbitpos

u8 max77686_para::reg_enbitpos

Definition at line 63 of file max77686.h.

Referenced by max77686_enablereg().

◆ vol_addr

u8 max77686_para::vol_addr

Definition at line 59 of file max77686.h.

Referenced by max77686_volsetting().

◆ vol_bitmask

u8 max77686_para::vol_bitmask

Definition at line 61 of file max77686.h.

Referenced by max77686_volsetting().

◆ vol_bitpos

u8 max77686_para::vol_bitpos

Definition at line 60 of file max77686.h.

Referenced by max77686_volsetting().

◆ vol_div

u16 max77686_para::vol_div

Definition at line 68 of file max77686.h.

Referenced by max77686_volsetting().

◆ vol_min

u16 max77686_para::vol_min

Definition at line 67 of file max77686.h.

Referenced by max77686_volsetting().


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