Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Drk_spi.c37 struct rockchip_spi_priv { struct
38 struct rockchip_spi *regs;
39 struct clk clk;
40 unsigned int max_freq;
41 unsigned int mode;
42 ulong last_transaction_us; /* Time of last transaction end */
43 u8 bits_per_word; /* max 16 bits per word */
44 u8 n_bytes;
45 unsigned int speed_hz;
46 unsigned int last_speed_hz;
[all …]