Searched defs:exynos_spi_priv (Results 1 – 1 of 1) sorted by relevance
30 struct exynos_spi_priv { struct31 struct exynos_spi *regs;32 unsigned int freq; /* Default frequency */33 unsigned int mode;34 enum periph_id periph_id; /* Peripheral ID for this device */35 unsigned int fifo_size;36 int skip_preamble;37 ulong last_transaction_us; /* Time of last transaction end */