Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ep93xx_spi_chip Struct Reference

Data Fields

struct spi_devicespi
 
unsigned long rate
 
u8 div_cpsr
 
u8 div_scr
 
u8 dss
 
struct ep93xx_spi_chip_opsops
 

Detailed Description

struct ep93xx_spi_chip - SPI device hardware settings : back pointer to the SPI device : max rate in hz this chip supports : cpsr (pre-scaler) divider : scr divider : bits per word (4 - 16 bits) : private chip operations

This structure is used to store hardware register specific settings for each SPI device. Settings are written to hardware by function ep93xx_spi_chip_setup().

Definition at line 149 of file spi-ep93xx.c.

Field Documentation

u8 div_cpsr

Definition at line 152 of file spi-ep93xx.c.

u8 div_scr

Definition at line 153 of file spi-ep93xx.c.

u8 dss

Definition at line 154 of file spi-ep93xx.c.

Definition at line 155 of file spi-ep93xx.c.

unsigned long rate

Definition at line 151 of file spi-ep93xx.c.

Definition at line 150 of file spi-ep93xx.c.


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