Linux Kernel
3.7.1
|
#include <spi-s3c64xx.h>
Data Fields | |
u8 | fb_delay |
unsigned | line |
struct s3c64xx_spi_csinfo - ChipSelect description : Slave specific feedback delay. Refer to FB_CLK_SEL register definition in SPI chapter. Custom 'identity' of the CS line.
This is per SPI-Slave Chipselect information. Allocate and initialize one in machine init code and make the spi_board_info.controller_data point to it.
Definition at line 26 of file spi-s3c64xx.h.
u8 fb_delay |
Definition at line 27 of file spi-s3c64xx.h.
unsigned line |
Definition at line 28 of file spi-s3c64xx.h.