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

Go to the source code of this file.

Data Structures

struct  drivers_i2c_cs35l53_config
 

Macros

#define CS35L53_MAX_GPIOS   2
 

Enumerations

enum  cs35l53_boost_type { INTERNAL_BOOST = 0 , EXTERNAL_BOOST = 1 }
 
enum  cs35l53_boost_ind_nanohenrys { BOOST_IND_1000_NH = 1000 , BOOST_IND_1200_NH = 1200 , BOOST_IND_1500_NH = 1500 , BOOST_IND_2200_NH = 2200 }
 
enum  cs35l53_asp_sdout_hiz { ASP_SDOUT_LOGIC0_UNUSED_LOGIC0_DISABLED = 0 , ASP_SDOUT_HIZ_UNUSED_LOGIC0_DISABLED = 1 , ASP_SDOUT_LOGIC0_UNUSED_HIZ_DISABLED = 2 , ASP_SDOUT_HIZ_UNUSED_HIZ_DISABLED = 3 }
 
enum  cs35l53_gpio1_src { GPIO1_SRC_HIGH_IMPEDANCE = 0 , GPIO1_SRC_GPIO = 1 , GPIO1_SRC_SYNC = 2 , GPIO1_SRC_MCLK_INPUT = 3 }
 
enum  cs35l53_gpio2_src {
  GPIO2_SRC_HIGH_IMPEDANCE = 0 , GPIO2_SRC_GPIO = 1 , GPIO2_SRC_OPEN_DRAIN = 2 , GPIO2_SRC_MCLK_INPUT = 3 ,
  GPIO2_SRC_PUSH_PULL_INTB = 4 , GPIO2_SRC_PUSH_PULL_INT = 5
}
 

Macro Definition Documentation

◆ CS35L53_MAX_GPIOS

#define CS35L53_MAX_GPIOS   2

Definition at line 5 of file chip.h.

Enumeration Type Documentation

◆ cs35l53_asp_sdout_hiz

Enumerator
ASP_SDOUT_LOGIC0_UNUSED_LOGIC0_DISABLED 
ASP_SDOUT_HIZ_UNUSED_LOGIC0_DISABLED 
ASP_SDOUT_LOGIC0_UNUSED_HIZ_DISABLED 
ASP_SDOUT_HIZ_UNUSED_HIZ_DISABLED 

Definition at line 19 of file chip.h.

◆ cs35l53_boost_ind_nanohenrys

Enumerator
BOOST_IND_1000_NH 
BOOST_IND_1200_NH 
BOOST_IND_1500_NH 
BOOST_IND_2200_NH 

Definition at line 12 of file chip.h.

◆ cs35l53_boost_type

Enumerator
INTERNAL_BOOST 
EXTERNAL_BOOST 

Definition at line 7 of file chip.h.

◆ cs35l53_gpio1_src

Enumerator
GPIO1_SRC_HIGH_IMPEDANCE 
GPIO1_SRC_GPIO 
GPIO1_SRC_SYNC 
GPIO1_SRC_MCLK_INPUT 

Definition at line 26 of file chip.h.

◆ cs35l53_gpio2_src

Enumerator
GPIO2_SRC_HIGH_IMPEDANCE 
GPIO2_SRC_GPIO 
GPIO2_SRC_OPEN_DRAIN 
GPIO2_SRC_MCLK_INPUT 
GPIO2_SRC_PUSH_PULL_INTB 
GPIO2_SRC_PUSH_PULL_INT 

Definition at line 33 of file chip.h.