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

#include <spi-generic.h>

Collaboration diagram for spi_ctrlr_buses:
Collaboration graph

Data Fields

const struct spi_ctrlrctrlr
 
unsigned int bus_start
 
unsigned int bus_end
 

Detailed Description

Definition at line 174 of file spi-generic.h.

Field Documentation

◆ bus_end

unsigned int spi_ctrlr_buses::bus_end

Definition at line 177 of file spi-generic.h.

Referenced by gspi_read_bus_range().

◆ bus_start

unsigned int spi_ctrlr_buses::bus_start

Definition at line 176 of file spi-generic.h.

Referenced by gspi_read_bus_range().

◆ ctrlr

const struct spi_ctrlr* spi_ctrlr_buses::ctrlr

Definition at line 175 of file spi-generic.h.

Referenced by gspi_read_bus_range(), and spi_setup_slave().


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