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

#include <xilinx_spi.h>

Data Fields

u16 num_chipselect
 
bool little_endian
 
u8 bits_per_word
 
struct spi_board_infodevices
 
u8 num_devices
 

Detailed Description

struct xspi_platform_data - Platform data of the Xilinx SPI driver : Number of chip select by the IP. : If registers should be accessed little endian or not. : Number of bits per word. : Devices to add when the driver is probed. : Number of devices in the devices array.

Definition at line 12 of file xilinx_spi.h.

Field Documentation

u8 bits_per_word

Definition at line 15 of file xilinx_spi.h.

Definition at line 16 of file xilinx_spi.h.

bool little_endian

Definition at line 14 of file xilinx_spi.h.

u16 num_chipselect

Definition at line 13 of file xilinx_spi.h.

u8 num_devices

Definition at line 17 of file xilinx_spi.h.


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