coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
device_nvs.h File Reference
#include <stdint.h>
Include dependency graph for device_nvs.h:

Go to the source code of this file.

Data Structures

struct  device_nvs
 

Macros

#define LPSS_NVS_SIO_DMA1   0
 
#define LPSS_NVS_I2C1   1
 
#define LPSS_NVS_I2C2   2
 
#define LPSS_NVS_I2C3   3
 
#define LPSS_NVS_I2C4   4
 
#define LPSS_NVS_I2C5   5
 
#define LPSS_NVS_I2C6   6
 
#define LPSS_NVS_I2C7   7
 
#define LPSS_NVS_SIO_DMA2   8
 
#define LPSS_NVS_SPI   9
 
#define LPSS_NVS_PWM1   10
 
#define LPSS_NVS_PWM2   11
 
#define LPSS_NVS_HSUART1   12
 
#define LPSS_NVS_HSUART2   13
 
#define SCC_NVS_MMC   0
 
#define SCC_NVS_SDIO   1
 
#define SCC_NVS_SD   2
 

Macro Definition Documentation

◆ LPSS_NVS_HSUART1

#define LPSS_NVS_HSUART1   12

Definition at line 20 of file device_nvs.h.

◆ LPSS_NVS_HSUART2

#define LPSS_NVS_HSUART2   13

Definition at line 21 of file device_nvs.h.

◆ LPSS_NVS_I2C1

#define LPSS_NVS_I2C1   1

Definition at line 9 of file device_nvs.h.

◆ LPSS_NVS_I2C2

#define LPSS_NVS_I2C2   2

Definition at line 10 of file device_nvs.h.

◆ LPSS_NVS_I2C3

#define LPSS_NVS_I2C3   3

Definition at line 11 of file device_nvs.h.

◆ LPSS_NVS_I2C4

#define LPSS_NVS_I2C4   4

Definition at line 12 of file device_nvs.h.

◆ LPSS_NVS_I2C5

#define LPSS_NVS_I2C5   5

Definition at line 13 of file device_nvs.h.

◆ LPSS_NVS_I2C6

#define LPSS_NVS_I2C6   6

Definition at line 14 of file device_nvs.h.

◆ LPSS_NVS_I2C7

#define LPSS_NVS_I2C7   7

Definition at line 15 of file device_nvs.h.

◆ LPSS_NVS_PWM1

#define LPSS_NVS_PWM1   10

Definition at line 18 of file device_nvs.h.

◆ LPSS_NVS_PWM2

#define LPSS_NVS_PWM2   11

Definition at line 19 of file device_nvs.h.

◆ LPSS_NVS_SIO_DMA1

#define LPSS_NVS_SIO_DMA1   0

Definition at line 8 of file device_nvs.h.

◆ LPSS_NVS_SIO_DMA2

#define LPSS_NVS_SIO_DMA2   8

Definition at line 16 of file device_nvs.h.

◆ LPSS_NVS_SPI

#define LPSS_NVS_SPI   9

Definition at line 17 of file device_nvs.h.

◆ SCC_NVS_MMC

#define SCC_NVS_MMC   0

Definition at line 23 of file device_nvs.h.

◆ SCC_NVS_SD

#define SCC_NVS_SD   2

Definition at line 25 of file device_nvs.h.

◆ SCC_NVS_SDIO

#define SCC_NVS_SDIO   1

Definition at line 24 of file device_nvs.h.