coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spi_context Struct Reference

#include <spi.h>

Collaboration diagram for spi_context:
Collaboration graph

Data Fields

volatile struct flash_ctrlrctrlr
 
uint16_t control
 
uint16_t prefix
 

Detailed Description

Definition at line 68 of file spi.h.

Field Documentation

◆ control

uint16_t spi_context::control

Definition at line 70 of file spi.h.

Referenced by xfer().

◆ ctrlr

volatile struct flash_ctrlr* spi_context::ctrlr

Definition at line 69 of file spi.h.

Referenced by spi_bios_base(), spi_controller_lock(), spi_init(), spi_protection(), and xfer().

◆ prefix

uint16_t spi_context::prefix

Definition at line 71 of file spi.h.

Referenced by xfer().


The documentation for this struct was generated from the following file: