Searched defs:rockchip_spi_priv (Results 1 – 1 of 1) sorted by relevance
37 struct rockchip_spi_priv { struct38 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 …]