Searched defs:rockchip_spi_priv (Results 1 – 2 of 2) sorted by relevance
44 struct rockchip_spi_priv { struct45 struct rockchip_spi *regs;46 struct clk clk;47 unsigned int max_freq;48 unsigned int mode;49 ulong last_transaction_us; /* Time of last transaction end */50 u8 bits_per_word; /* max 16 bits per word */51 u8 n_bytes;52 unsigned int speed_hz;53 unsigned int last_speed_hz;[all …]
15 struct rockchip_spi_priv { struct26 static struct rockchip_spi_priv spi_bus[RK_SPI_BUS_MAX]; argument