coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h File Reference
#include <drivers/i2c/designware/dw_i2c.h>
#include <intelblocks/cfg.h>
#include <intelblocks/gpio.h>
#include <intelblocks/gspi.h>
#include <intelblocks/pcie_rp.h>
#include <intelblocks/power_limit.h>
#include <soc/gpe.h>
#include <soc/gpio.h>
#include <soc/pch.h>
#include <soc/pci_devs.h>
#include <soc/pcie_modphy.h>
#include <soc/pmc.h>
#include <soc/serialio.h>
#include <soc/usb.h>
#include <stdint.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  soc_intel_jasperlake_config
 

Macros

#define MAX_HD_AUDIO_DMIC_LINKS   2
 
#define MAX_HD_AUDIO_SNDW_LINKS   4
 
#define MAX_HD_AUDIO_SSP_LINKS   6
 

Typedefs

typedef struct soc_intel_jasperlake_config config_t
 

Macro Definition Documentation

◆ MAX_HD_AUDIO_DMIC_LINKS

#define MAX_HD_AUDIO_DMIC_LINKS   2

Definition at line 22 of file chip.h.

◆ MAX_HD_AUDIO_SNDW_LINKS

#define MAX_HD_AUDIO_SNDW_LINKS   4

Definition at line 23 of file chip.h.

◆ MAX_HD_AUDIO_SSP_LINKS

#define MAX_HD_AUDIO_SSP_LINKS   6

Definition at line 24 of file chip.h.

Typedef Documentation

◆ config_t

Definition at line 1 of file chip.h.