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

#include <spi.h>

Collaboration diagram for exynos_spi:
Collaboration graph

Data Fields

unsigned int ch_cfg
 
unsigned char reserved0 [4]
 
unsigned int mode_cfg
 
unsigned int cs_reg
 
unsigned char reserved1 [4]
 
unsigned int spi_sts
 
unsigned int tx_data
 
unsigned int rx_data
 
unsigned int pkt_cnt
 
unsigned char reserved2 [4]
 
unsigned int swap_cfg
 
unsigned int fb_clk
 
unsigned char padding [0xffd0]
 

Detailed Description

Definition at line 9 of file spi.h.

Field Documentation

◆ ch_cfg

unsigned int exynos_spi::ch_cfg

Definition at line 10 of file spi.h.

◆ cs_reg

unsigned int exynos_spi::cs_reg

Definition at line 13 of file spi.h.

◆ fb_clk

unsigned int exynos_spi::fb_clk

Definition at line 21 of file spi.h.

◆ mode_cfg

unsigned int exynos_spi::mode_cfg

Definition at line 12 of file spi.h.

◆ padding

unsigned char exynos_spi::padding

Definition at line 22 of file spi.h.

◆ pkt_cnt

unsigned int exynos_spi::pkt_cnt

Definition at line 18 of file spi.h.

◆ reserved0

unsigned char exynos_spi::reserved0

Definition at line 11 of file spi.h.

◆ reserved1

unsigned char exynos_spi::reserved1

Definition at line 14 of file spi.h.

◆ reserved2

unsigned char exynos_spi::reserved2

Definition at line 19 of file spi.h.

◆ rx_data

unsigned int exynos_spi::rx_data

Definition at line 17 of file spi.h.

◆ spi_sts

unsigned int exynos_spi::spi_sts

Definition at line 15 of file spi.h.

Referenced by spi_transfer().

◆ swap_cfg

unsigned int exynos_spi::swap_cfg

Definition at line 20 of file spi.h.

◆ tx_data

unsigned int exynos_spi::tx_data

Definition at line 16 of file spi.h.


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