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

#include <spi.h>

Collaboration diagram for qcs_spi_slave:
Collaboration graph

Data Fields

struct spi_slave slave
 
const struct blsp_spiregs
 
unsigned int mode
 
unsigned int initialized
 
unsigned long freq
 
int allocated
 

Detailed Description

Definition at line 171 of file spi.h.

Field Documentation

◆ allocated

int qcs_spi_slave::allocated

Definition at line 177 of file spi.h.

Referenced by spi_ctrlr_setup(), and to_qcs_spi().

◆ freq

unsigned long qcs_spi_slave::freq

Definition at line 176 of file spi.h.

Referenced by spi_ctrlr_setup().

◆ initialized

unsigned int qcs_spi_slave::initialized

Definition at line 175 of file spi.h.

Referenced by spi_ctrlr_release_bus(), and spi_hw_init().

◆ mode

unsigned int qcs_spi_slave::mode

Definition at line 174 of file spi.h.

Referenced by spi_ctrlr_setup(), and spi_hw_init().

◆ regs

◆ slave

struct spi_slave qcs_spi_slave::slave

Definition at line 155 of file spi.h.

Referenced by spi_ctrlr_setup(), and to_qcs_spi().


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