Home
last modified time | relevance | path

Searched defs:exynos_spi (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h14 struct exynos_spi { struct
15 unsigned int ch_cfg; /* 0x00 */
16 unsigned char reserved0[4];
17 unsigned int mode_cfg; /* 0x08 */
18 unsigned int cs_reg; /* 0x0c */
19 unsigned char reserved1[4];
20 unsigned int spi_sts; /* 0x14 */
21 unsigned int tx_data; /* 0x18 */
22 unsigned int rx_data; /* 0x1c */
23 unsigned int pkt_cnt; /* 0x20 */
[all …]