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

#include <spi_common.h>

Collaboration diagram for mtk_spi_bus:
Collaboration graph

Data Fields

struct spi_slave slave
 
struct mtk_spi_regsregs
 
int initialized
 
int state
 
gpio_t cs_gpio
 

Detailed Description

Definition at line 72 of file spi_common.h.

Field Documentation

◆ cs_gpio

gpio_t mtk_spi_bus::cs_gpio

Definition at line 77 of file spi_common.h.

Referenced by spi_ctrlr_claim_bus(), and spi_ctrlr_release_bus().

◆ initialized

int mtk_spi_bus::initialized

Definition at line 75 of file spi_common.h.

◆ regs

struct mtk_spi_regs* mtk_spi_bus::regs

Definition at line 74 of file spi_common.h.

Referenced by do_transfer(), spi_ctrlr_claim_bus(), and spi_ctrlr_release_bus().

◆ slave

struct spi_slave mtk_spi_bus::slave

Definition at line 67 of file spi_common.h.

◆ state

int mtk_spi_bus::state

Definition at line 76 of file spi_common.h.

Referenced by do_transfer(), spi_ctrlr_claim_bus(), and spi_ctrlr_release_bus().


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