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_cs42l42_config
 

Enumerations

enum  cs42l42_ts_dbnc_rise {
  RISE_DEB_0_MS = 0 , RISE_DEB_125_MS = 1 , RISE_DEB_250_MS = 2 , RISE_DEB_500_MS = 3 ,
  RISE_DEB_750_MS = 4 , RISE_DEB_1000_MS = 5 , RISE_DEB_1250_MS = 6 , RISE_DEB_1500_MS = 7
}
 
enum  cs42l42_ts_dbnc_fall {
  FALL_DEB_0_MS = 0 , FALL_DEB_125_MS = 1 , FALL_DEB_250_MS = 2 , FALL_DEB_500_MS = 3 ,
  FALL_DEB_750_MS = 4 , FALL_DEB_1000_MS = 5 , FALL_DEB_1250_MS = 6 , FALL_DEB_1500_MS = 7
}
 
enum  cs42l42_hs_bias_ramp_rate { HSBIAS_RAMP_FAST_RISE_SLOW_FALL = 0 , HSBIAS_RAMP_FAST = 1 , HSBIAS_RAMP_SLOW = 2 , HSBIAS_RAMP_SLOWEST = 3 }
 

Enumeration Type Documentation

◆ cs42l42_hs_bias_ramp_rate

Enumerator
HSBIAS_RAMP_FAST_RISE_SLOW_FALL 
HSBIAS_RAMP_FAST 
HSBIAS_RAMP_SLOW 
HSBIAS_RAMP_SLOWEST 

Definition at line 27 of file chip.h.

◆ cs42l42_ts_dbnc_fall

Enumerator
FALL_DEB_0_MS 
FALL_DEB_125_MS 
FALL_DEB_250_MS 
FALL_DEB_500_MS 
FALL_DEB_750_MS 
FALL_DEB_1000_MS 
FALL_DEB_1250_MS 
FALL_DEB_1500_MS 

Definition at line 16 of file chip.h.

◆ cs42l42_ts_dbnc_rise

Enumerator
RISE_DEB_0_MS 
RISE_DEB_125_MS 
RISE_DEB_250_MS 
RISE_DEB_500_MS 
RISE_DEB_750_MS 
RISE_DEB_1000_MS 
RISE_DEB_1250_MS 
RISE_DEB_1500_MS 

Definition at line 5 of file chip.h.