coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spi.h File Reference

Go to the source code of this file.

Macros

#define SPIBAR_OFFSET   0x3800
 
#define SPIBAR8(x)   RCBA8(x + SPIBAR_OFFSET)
 
#define SPIBAR32(x)   RCBA32(x + SPIBAR_OFFSET)
 
#define SPIBAR_SSFC   0x91
 
#define SPIBAR_FDOC   0xb0
 
#define SPIBAR_FDOD   0xb4
 
#define SPIBAR_HSFS   0x04 /* SPI hardware sequence status */
 
#define SPIBAR_HSFS_FLOCKDN   (1 << 15)/* Flash Configuration Lock-Down */
 

Macro Definition Documentation

◆ SPIBAR32

#define SPIBAR32 (   x)    RCBA32(x + SPIBAR_OFFSET)

Definition at line 13 of file spi.h.

◆ SPIBAR8

#define SPIBAR8 (   x)    RCBA8(x + SPIBAR_OFFSET)

Definition at line 12 of file spi.h.

◆ SPIBAR_FDOC

#define SPIBAR_FDOC   0xb0

Definition at line 17 of file spi.h.

◆ SPIBAR_FDOD

#define SPIBAR_FDOD   0xb4

Definition at line 18 of file spi.h.

◆ SPIBAR_HSFS

#define SPIBAR_HSFS   0x04 /* SPI hardware sequence status */

Definition at line 20 of file spi.h.

◆ SPIBAR_HSFS_FLOCKDN

#define SPIBAR_HSFS_FLOCKDN   (1 << 15)/* Flash Configuration Lock-Down */

Definition at line 21 of file spi.h.

◆ SPIBAR_OFFSET

#define SPIBAR_OFFSET   0x3800

Definition at line 11 of file spi.h.

◆ SPIBAR_SSFC

#define SPIBAR_SSFC   0x91

Definition at line 16 of file spi.h.