Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | hz |
unsigned int | mode |
u8 | spcon |
u8 | sppre |
s3c24xx_spi_devstate - per device data : Last frequency calculated for field. : Last mode setting for the field. : Value to write to the SPCON register. : Value to write to the SPPRE register.
Definition at line 44 of file spi-s3c24xx.c.
unsigned int hz |
Definition at line 45 of file spi-s3c24xx.c.
unsigned int mode |
Definition at line 46 of file spi-s3c24xx.c.
u8 spcon |
Definition at line 47 of file spi-s3c24xx.c.
u8 sppre |
Definition at line 48 of file spi-s3c24xx.c.