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

Data Fields

struct spi_bitbang bitbang
 
struct completion xfer_done
 
void __iomembase
 
int irq
 
struct clkclk_per
 
struct clkclk_ipg
 
unsigned long spi_clk
 
unsigned int count
 
void(* tx )(struct spi_imx_data *)
 
void(* rx )(struct spi_imx_data *)
 
voidrx_buf
 
const voidtx_buf
 
unsigned int txfifo
 
struct spi_imx_devtype_datadevtype_data
 
int chipselect [0]
 

Detailed Description

Definition at line 83 of file spi-imx.c.

Field Documentation

void __iomem* base

Definition at line 87 of file spi-imx.c.

Definition at line 84 of file spi-imx.c.

int chipselect[0]

Definition at line 101 of file spi-imx.c.

struct clk* clk_ipg

Definition at line 90 of file spi-imx.c.

struct clk* clk_per

Definition at line 89 of file spi-imx.c.

unsigned int count

Definition at line 93 of file spi-imx.c.

Definition at line 100 of file spi-imx.c.

int irq

Definition at line 88 of file spi-imx.c.

Definition at line 95 of file spi-imx.c.

void* rx_buf

Definition at line 96 of file spi-imx.c.

unsigned long spi_clk

Definition at line 91 of file spi-imx.c.

Definition at line 94 of file spi-imx.c.

Definition at line 97 of file spi-imx.c.

unsigned int txfifo

Definition at line 98 of file spi-imx.c.

struct completion xfer_done

Definition at line 86 of file spi-imx.c.


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