Home
last modified time | relevance | path

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

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