coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  intel_spi_op
 
struct  intel_swseq_spi_config
 

Enumerations

enum  optype { READ_NO_ADDR = 0 , WRITE_NO_ADDR = 1 , READ_WITH_ADDR = 2 , WRITE_WITH_ADDR = 3 }
 

Functions

void spi_finalize_ops (void)
 
void intel_southbridge_override_spi (struct intel_swseq_spi_config *spi_config)
 

Enumeration Type Documentation

◆ optype

enum optype
Enumerator
READ_NO_ADDR 
WRITE_NO_ADDR 
READ_WITH_ADDR 
WRITE_WITH_ADDR 

Definition at line 7 of file spi.h.

Function Documentation

◆ intel_southbridge_override_spi()

void intel_southbridge_override_spi ( struct intel_swseq_spi_config spi_config)

Definition at line 645 of file lpc.c.

Referenced by spi_finalize_ops().

Here is the caller graph for this function:

◆ spi_finalize_ops()